summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-04 22:51:34 +0200
committerhaawda2022-04-04 22:51:34 +0200
commitb91630f48a5d1f46b85dbb9b5817eaea8911d852 (patch)
treed553420a0daab73f421702eb43280b36ff3311b0
parent9f3256ea78d8f6f54adc322f429d7943f868c4fc (diff)
downloadaur-texinfo-git.tar.gz
revert last commit, upstream fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23e12a20c579..c4e2dbf88e3f 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.8.r10339.aaf613fb6d
+ pkgver = 6.8.r10343.beb67a5f97
pkgrel = 1
epoch = 1
url = http://www.gnu.org/software/texinfo/
diff --git a/PKGBUILD b/PKGBUILD
index 29cbf25f576a..f14ffd1668cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.8.r10339.aaf613fb6d
+pkgver=6.8.r10343.beb67a5f97
pkgrel=1
epoch=1
pkgdesc="GNU documentation system for on-line information and printed output"
@@ -33,7 +33,6 @@ prepare() {
git submodule init
git config submodule.gnulib.url gnulib
git submodule update
- sed -i 's+info-utils.c+util.c+' po/POTFILES.in
}
build() {