diff options
Diffstat (limited to 'community/mate-user-share/PKGBUILD')
-rw-r--r-- | community/mate-user-share/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/mate-user-share/PKGBUILD b/community/mate-user-share/PKGBUILD index 380ea8537..ccf81858d 100644 --- a/community/mate-user-share/PKGBUILD +++ b/community/mate-user-share/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 104314 2014-01-17 12:43:05Z flexiondotorg $ +# $Id: PKGBUILD 105613 2014-02-11 18:11:20Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> pkgname=mate-user-share pkgver=1.6.1 -pkgrel=6 +pkgrel=7 pkgdesc="User level public file sharing via WebDAV." url="http://mate-desktop.org" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ depends=('apache' 'dbus-glib' 'dconf' 'libunique' 'mod_dnssd') makedepends=('libcanberra' 'libnotify' 'mate-common' 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser') options=('!emptydirs') -groups=('mate-extra') install=${pkgname}.install source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz" "https://github.com/mate-desktop/mate-user-share/commit/7a0305478295e9e7c284372677a4cbc382444482.diff") |