Date: Sunday, March 11, 2018 @ 21:11:33 Author: heftig Revision: 318655
3.27.90+3+g878737f-1 Modified: gnome-user-share/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-11 21:09:59 UTC (rev 318654) +++ PKGBUILD 2018-03-11 21:11:33 UTC (rev 318655) @@ -2,7 +2,7 @@ # Contributor: Roman Kyrylych <[email protected]> pkgname=gnome-user-share -pkgver=3.18.3+2+g7b451ae +pkgver=3.27.90+3+g878737f pkgrel=1 pkgdesc="Easy to use user-level file sharing for GNOME" arch=(x86_64) @@ -12,8 +12,8 @@ makedepends=(intltool libnautilus-extension itstool docbook-xsl gnome-common git) options=(!emptydirs) groups=(gnome) -_commit=7b451ae27540ef05d116a6dd045cae8a956b1847 # master -source=("git://git.gnome.org/gnome-user-share#commit=$_commit") +_commit=878737fa4c9c0c1e48db61f8af0afd02951b40ae # master +source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -29,7 +29,7 @@ build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/$pkgname \ + --libexecdir=/usr/lib \ --localstatedir=/var \ --with-httpd=/usr/bin/httpd \ --with-modules-path=/usr/lib/httpd/modules @@ -38,5 +38,5 @@ package() { cd $pkgname - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install }
