summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-20 17:54:40 +0200
committerhaawda2020-09-20 17:54:40 +0200
commiteca364d2461c5696b2c21a6de75054003e9fac9c (patch)
treed7a38baaf03caf16ab7cae896a37f36314f050f4
parent09d2b91b22d7d43e17992f6c04d0695da4c48802 (diff)
downloadaur-eca364d2461c5696b2c21a6de75054003e9fac9c.tar.gz
simplify build function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e95f83b5165..44f16760aa89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texinfo-git
pkgdesc = GNU documentation system for on-line information and printed output
- pkgver = 6.6.r277.g7286af71f2
+ pkgver = 6.6.r381.gd2c82c662
pkgrel = 1
epoch = 1
url = http://www.gnu.org/software/texinfo/
diff --git a/PKGBUILD b/PKGBUILD
index ca5d548864d0..a6dca4396dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.6.r277.g7286af71f2
+pkgver=6.6.r381.gd2c82c662
pkgrel=1
epoch=1
pkgdesc="GNU documentation system for on-line information and printed output"
@@ -40,12 +40,6 @@ build() {
./autogen.sh
./configure --prefix=/usr --libexecdir=/usr/lib
make
- cd js
- aclocal -I gnulib/m4
- automake --add-missing
- autoreconf -f
- ./configure --prefix=/usr
- make
}
package() {