Date: Friday, March 3, 2017 @ 21:44:45 Author: bisson Revision: 289953
use upstream branch no idea how to get debian's gnulib stuff to work Modified: mlocate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-03 21:33:19 UTC (rev 289952) +++ PKGBUILD 2017-03-03 21:44:45 UTC (rev 289953) @@ -5,7 +5,7 @@ pkgname=mlocate pkgver=0.26 -pkgrel=6 +pkgrel=5 pkgdesc='Merging locate/updatedb implementation' url='https://anonscm.debian.org/cgit/collab-maint/mlocate.git' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ backup=('etc/updatedb.conf') depends=('glibc') makedepends=('git') -_commit=375f2ebb15aa53ca149b4ec33fa9f5b27775809c #tag=debian/0.26-2 +_commit=596d4ad222328e8bae7a00cc489a9f862edc82fb #tag=upstream/0.26 source=("git+https://anonscm.debian.org/cgit/collab-maint/mlocate.git#commit=$_commit" 'updatedb.conf' updatedb.{timer,service})
