summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-01-04 17:42:36 +0100
committerhaawda2021-01-04 17:42:36 +0100
commit7e9cfb2906a484d3c412a1b592301270286da503 (patch)
treea5def2ac20cb3696d280b4846b2cd08e595978fb
parent0e6d00171dd62481fe3863aaf183644488863ce9 (diff)
downloadaur-7e9cfb2906a484d3c412a1b592301270286da503.tar.gz
minor change
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c44d58b222c..2bdd17f510e2 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 = 1
+ pkgrel = 2
epoch = 1
url = http://www.gnu.org/software/texinfo/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 55cd85d84151..3bdffd0369b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texinfo-git
pkgver=6.7.r9202
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="GNU documentation system for on-line information and printed output"
arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@ prepare() {
build() {
cd $pkgname
./autogen.sh || true
- sed -i '5904,5916d' configure
+ sed -i '5904,5914d' configure
./configure --prefix=/usr --libexecdir=/usr/lib
make
}