diff options
author | Thomas Penteker <tek@serverop.de> | 2015-11-30 00:49:30 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-11-30 00:49:30 +0100 |
commit | 755cc518e9e7dcc02893d79d39c1234d997be6ac (patch) | |
tree | 1d04b83c3e8d46104969772b58148501a48c16b3 /spice-gtk/Pkgfile | |
parent | 84d670d8bf973239f55d8c169989aa27a2ced07d (diff) | |
download | contrib-755cc518e9e7dcc02893d79d39c1234d997be6ac.tar.gz contrib-755cc518e9e7dcc02893d79d39c1234d997be6ac.tar.xz |
spice-gtk: 0.29 -> 0.30
Diffstat (limited to 'spice-gtk/Pkgfile')
-rw-r--r-- | spice-gtk/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spice-gtk/Pkgfile b/spice-gtk/Pkgfile index af3f12787..145b0b20c 100644 --- a/spice-gtk/Pkgfile +++ b/spice-gtk/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gtk3 openssl celt51 cyrus-sasl name=spice-gtk -version=0.29 +version=0.30 release=1 source=(http://spice-space.org/download/gtk/spice-gtk-$version.tar.bz2) @@ -21,6 +21,6 @@ build() { make make DESTDIR=$PKG install - rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share} + rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share/locale} } |