[arch-commits] Commit in broot/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 17 14:38:18 UTC 2021
Date: Monday, May 17, 2021 @ 14:38:18
Author: jelle
Revision: 936015
Make broot reproducible
makepkg handles gzip compression for us without the datetime so it becomes
reproducible.
Modified:
broot/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 14:35:27 UTC (rev 936014)
+++ PKGBUILD 2021-05-17 14:38:18 UTC (rev 936015)
@@ -4,7 +4,7 @@
pkgname=broot
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Fuzzy Search + tree + cd'
arch=('x86_64')
url=https://github.com/Canop/broot
@@ -32,8 +32,7 @@
# CHANGELOG.md entry for the current version isn't actually in the current release.
# changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
sed -i "s/#date//" man/page
- gzip --best man/page
- install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+ install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
More information about the arch-commits
mailing list