[arch-commits] Commit in gnubg/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sat Jul 31 19:32:00 UTC 2021
Date: Saturday, July 31, 2021 @ 19:32:00
Author: jelle
Revision: 991335
Make reproducible by removing timestamps from gzip man pages
Modified:
gnubg/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 19:30:56 UTC (rev 991334)
+++ PKGBUILD 2021-07-31 19:32:00 UTC (rev 991335)
@@ -4,7 +4,7 @@
pkgname=gnubg
pkgver=1.06.002
-pkgrel=5
+pkgrel=6
pkgdesc="World class backgammon application"
arch=('x86_64')
url="https://www.gnu.org/software/gnubg/"
@@ -15,6 +15,11 @@
md5sums=('d3823526d5c503a961024d761adefd5e'
'965f5c7c25f60b27d06cc6fef7befd30')
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's/-f/-fn/' doc/Makefile.in doc/Makefile.am
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list