[arch-commits] Commit in findutils/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Wed Feb 3 18:51:00 UTC 2016
Date: Wednesday, February 3, 2016 @ 19:51:00
Author: tpowa
Revision: 258851
upgpkg: findutils 4.6.0-1
bump to latest version
Modified:
findutils/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-03 18:34:01 UTC (rev 258850)
+++ PKGBUILD 2016-02-03 18:51:00 UTC (rev 258851)
@@ -2,8 +2,8 @@
# Maintainer:
pkgname=findutils
-pkgver=4.4.2
-pkgrel=6
+pkgver=4.6.0
+pkgrel=1
pkgdesc="GNU utilities to locate files"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -10,11 +10,10 @@
groups=('base' 'base-devel')
depends=('glibc' 'sh')
url="http://www.gnu.org/software/findutils"
-source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz)
install=findutils.install
-sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
- '77d9585d9feea0814752a31bf109fe287f528243')
-
+sha1sums=('f18e8aaee3f3d4173a1f598001003be8706d28b0')
+#validpgpkeys=('A15B725964A95EE5') # James Youngman <james at youngman.org>
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,6 +22,8 @@
sed -i '/^SUBDIRS/s/locate//' Makefile.in
./configure --prefix=/usr
+ # don't build locate, but the docs want a file in there.
+ make -C locate dblocation.texi
make
}
More information about the arch-commits
mailing list