[arch-commits] Commit in mlocate/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Jun 5 21:14:20 UTC 2018


    Date: Tuesday, June 5, 2018 @ 21:14:20
  Author: bisson
Revision: 325962

new upstream, free rebuild

Modified:
  mlocate/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 21:11:58 UTC (rev 325961)
+++ PKGBUILD	2018-06-05 21:14:20 UTC (rev 325962)
@@ -4,22 +4,24 @@
 # Contributor: lydgate
 
 pkgname=mlocate
-pkgver=0.26
-pkgrel=6
+pkgver=0.26.git.20170220
+_commit=c98bf6595703456558a6f9c163c746cdaa9e591f
+pkgrel=1
 pkgdesc='Merging locate/updatedb implementation'
-url='https://anonscm.debian.org/cgit/collab-maint/mlocate.git'
+url='https://pagure.io/mlocate'
 arch=('x86_64')
 license=('GPL')
 backup=('etc/updatedb.conf')
 depends=('glibc')
 makedepends=('git')
-_commit=596d4ad222328e8bae7a00cc489a9f862edc82fb #tag=upstream/0.26
-source=("git+https://anonscm.debian.org/cgit/collab-maint/mlocate.git#commit=$_commit"
+source=("git+https://pagure.io/mlocate.git#commit=$_commit"
+        'git://git.savannah.gnu.org/gnulib.git#commit=5861339993f3014cfad1b94fc7fe366fc2573598'
 	'sysusers.d'
 	'updatedb.conf'
 	'updatedb.timer'
 	'updatedb.service')
 sha256sums=('SKIP'
+            'SKIP'
             '1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
             'ea65bb68bb854803965ac16c770ba2567256e2066d68c272f1a1974ffc5c5ee7'
             '2e813effb651fae101d93722827553c6b9b9d42e898e808db4991eafdd330e02'
@@ -27,7 +29,9 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}"
-	sed -i '/^groupname /s/mlocate/locate/' Makefile.in
+	sed -i '/^groupname /s/mlocate/locate/' Makefile.am
+	../gnulib/gnulib-tool --import # See file: ./HACKING
+	autoreconf --install
 }
 
 build() {



More information about the arch-commits mailing list