summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-03-30 07:44:59 +0200
committerhaawda2022-03-30 07:44:59 +0200
commit9f3256ea78d8f6f54adc322f429d7943f868c4fc (patch)
treede3dfb68197c00436103f9ae42665f6579c7feb7 /PKGBUILD
parent985d0fcac1b6cdad23b6624b3fa1fb493230e949 (diff)
downloadaur-9f3256ea78d8f6f54adc322f429d7943f868c4fc.tar.gz
add a fix for a missing file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 852630fdbcd6..29cbf25f576a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.8.r10106.5605c12a99
+pkgver=6.8.r10339.aaf613fb6d
pkgrel=1
epoch=1
pkgdesc="GNU documentation system for on-line information and printed output"
@@ -33,7 +33,8 @@ 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() {
cd $pkgname