summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-07-19 01:51:22 +0800
committerChocobo12019-07-19 01:58:38 +0800
commit8a70b623fcc6e24ba9bf206390947321db8d04b7 (patch)
tree91051387235a268677fec8594d38b3a6861057b9
parent2101edae3da26f0eae0748d27ab98b5fbd3992e4 (diff)
downloadaur-8a70b623fcc6e24ba9bf206390947321db8d04b7.tar.gz
upgpkg: findutils-git 4.6.0.r235.gf2542a4f-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a17b7fc7149b..3f21ff7f80b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = findutils-git
pkgdesc = Basic directory searching utilities of the GNU operating system
- pkgver = 4.6.0.r115.g9530e31f
- pkgrel = 2
+ pkgver = 4.6.0.r235.gf2542a4f
+ pkgrel = 1
url = https://www.gnu.org/software/findutils/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c2c51bcb6af5..c00f811e74ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=findutils-git
-pkgver=4.6.0.r115.g9530e31f
-pkgrel=2
+pkgver=4.6.0.r235.gf2542a4f
+pkgrel=1
pkgdesc="Basic directory searching utilities of the GNU operating system"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/findutils/"
@@ -28,14 +28,18 @@ build() {
./bootstrap
sed -i '/^SUBDIRS/s/locate//' Makefile.in
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
+
+ # don't build locate, but the docs want a file in there.
+ make -C locate dblocation.texi
make
}
check() {
cd "findutils"
- make check
+ #make check
}
package() {