[arch-commits] Commit in gramps/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 17 18:21:46 UTC 2021
Date: Monday, May 17, 2021 @ 18:21:45
Author: jelle
Revision: 936069
Make package reproducible by not gzipping man pages
makepkg's zipman already compresses manpages for us in a reproducible manner
(not encoding the timestamp).
Modified:
gramps/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 17:19:29 UTC (rev 936068)
+++ PKGBUILD 2021-05-17 18:21:45 UTC (rev 936069)
@@ -5,7 +5,7 @@
pkgname=gramps
pkgver=5.1.3
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc="Genealogy program, which helps you track your family tree"
arch=('any')
@@ -31,7 +31,7 @@
package() {
cd $pkgname-$pkgver
- python3 setup.py install --root="$pkgdir" --optimize=1
+ python3 setup.py install --no-compress-manpages --root="$pkgdir" --optimize=1
echo -n '/usr/share' >"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path
# Install application icon to its correct place
More information about the arch-commits
mailing list