summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-01-19 01:20:17 +0100
committerhaawda2021-01-19 01:20:17 +0100
commitf1ab533d14b603d9d31ab42aa2d9828db3246e77 (patch)
treef4966dd387c91dfefaabcb1c1a2b44827d32384b
parent7e9cfb2906a484d3c412a1b592301270286da503 (diff)
downloadaur-f1ab533d14b603d9d31ab42aa2d9828db3246e77.tar.gz
remove hack
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bdd17f510e2..184d1a0114bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texinfo-git
pkgdesc = GNU documentation system for on-line information and printed output
- pkgver = 6.7.r9202
- pkgrel = 2
+ pkgver = 6.7.r9221
+ pkgrel = 1
epoch = 1
url = http://www.gnu.org/software/texinfo/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3bdffd0369b6..a9a87a9936bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.7.r9202
-pkgrel=2
+pkgver=6.7.r9221
+pkgrel=1
epoch=1
pkgdesc="GNU documentation system for on-line information and printed output"
arch=('i686' 'x86_64')
@@ -33,13 +33,12 @@ prepare() {
git submodule init
git config submodule.gnulib.url gnulib
git submodule update
- # cp "$srcdir"/gnulib/lib/windows-mutex.c gnulib/lib
-}
+ }
build() {
cd $pkgname
./autogen.sh || true
- sed -i '5904,5914d' configure
+# sed -i '5904,5914d' configure
./configure --prefix=/usr --libexecdir=/usr/lib
make
}