summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-03 07:55:56 +0100
committerhaawda2019-01-03 07:55:56 +0100
commitf7a80700675c9481030b4f2b62f8c2aed5f98c3c (patch)
tree6be532bd0738556b369e4436324f0aa8d1edb36c
parent6de0ca1fed2b697a73611a99bd907ae9e3520438 (diff)
downloadaur-f7a80700675c9481030b4f2b62f8c2aed5f98c3c.tar.gz
add aclocal call
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7972c5a7526..ff1d4fe1bb55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texinfo-git
pkgdesc = GNU documentation system for on-line information and printed output
- pkgver = r8427.0b65757c6c
+ pkgver = r8432.34b30bd643
pkgrel = 1
url = http://www.gnu.org/software/texinfo/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 311e27c4f0a2..cf6f3f0c58a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=r8427.0b65757c6c
+pkgver=r8432.34b30bd643
pkgrel=1
pkgdesc="GNU documentation system for on-line information and printed output"
arch=('i686' 'x86_64')
@@ -32,6 +32,7 @@ build() {
./configure --prefix=/usr --libexecdir=/usr/lib
make
cd js
+ aclocal -I gnulib/m4
automake --add-missing
autoreconf -f
./configure --prefix=/usr