diff options
Diffstat (limited to 'extra/gnome-user-share')
-rw-r--r-- | extra/gnome-user-share/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gnome-user-share/PKGBUILD b/extra/gnome-user-share/PKGBUILD index bb4ce9a23..b86afc0a3 100644 --- a/extra/gnome-user-share/PKGBUILD +++ b/extra/gnome-user-share/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196089 2013-10-07 11:52:13Z jgc $ +# $Id: PKGBUILD 198036 2013-10-30 12:24:47Z allan $ # Maintainer: Roman Kyrylych <roman@archlinux.org> pkgname=gnome-user-share @@ -10,7 +10,7 @@ url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/" license=('GPL') depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra') makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 'dbus-glib') -options=('!emptydirs' '!libtool') +options=('!emptydirs') groups=('gnome') install=gnome-user-share.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) |