summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-01-19 01:20:17 +0100
committerhaawda2021-01-19 01:20:17 +0100
commitf1ab533d14b603d9d31ab42aa2d9828db3246e77 (patch)
treef4966dd387c91dfefaabcb1c1a2b44827d32384b /PKGBUILD
parent7e9cfb2906a484d3c412a1b592301270286da503 (diff)
downloadaur-f1ab533d14b603d9d31ab42aa2d9828db3246e77.tar.gz
remove hack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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
}