[arch-commits] Commit in modem-manager-gui/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jul 18 20:10:53 UTC 2021


    Date: Sunday, July 18, 2021 @ 20:10:53
  Author: jelle
Revision: 978518

Make man pages reproducible by not recording the timestamp

Modified:
  modem-manager-gui/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 19:23:21 UTC (rev 978517)
+++ PKGBUILD	2021-07-18 20:10:53 UTC (rev 978518)
@@ -3,7 +3,7 @@
 
 pkgname=modem-manager-gui
 pkgver=0.0.20
-pkgrel=1
+pkgrel=2
 pkgdesc='Frontend for ModemManager daemon able to control specific modem functions'
 arch=('x86_64')
 url='https://linuxonly.ru/page/modem-manager-gui'
@@ -15,6 +15,11 @@
 source=("https://download.tuxfamily.org/gsf/source/$pkgname-$pkgver.tar.gz")
 sha256sums=('00c7054293e5e7832a7eeb7d9ba0d35745e95d2f7df27ab8f912302e2bb56fc5')
 
+prepare() {
+  cd $pkgname
+  sed -i 's/gzip /gzip -n /' man/Makefile
+}
+
 build() {
   cd $pkgname
   ./configure --prefix=/usr




More information about the arch-commits mailing list