[arch-commits] Commit in nload/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue May 11 20:18:17 UTC 2021


    Date: Tuesday, May 11, 2021 @ 20:18:17
  Author: jelle
Revision: 930625

archrelease: copy trunk to community-x86_64

Added:
  nload/repos/community-x86_64/PKGBUILD
    (from rev 930624, nload/trunk/PKGBUILD)
Deleted:
  nload/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 20:18:05 UTC (rev 930624)
+++ PKGBUILD	2021-05-11 20:18:17 UTC (rev 930625)
@@ -1,26 +0,0 @@
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Andreas Hauser <andy-aur at splashground.de>
-
-pkgname=nload
-pkgver=0.7.4
-pkgrel=6
-pkgdesc='Monitors network traffic and bandwidth usage'
-url='http://www.roland-riegel.de/nload'
-license=('GPL2')
-depends=('gcc-libs' 'ncurses')
-arch=('x86_64')
-source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('ca3e36d3f77c5a7994a3261042fb65a1458a29c769e6bebbe3b8e49b3045aca6f4d047065d11431b28368e0d881c24c92533fa24f0e54ac270f1f5bccfb5c0af')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nload/repos/community-x86_64/PKGBUILD (from rev 930624, nload/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-11 20:18:17 UTC (rev 930625)
@@ -0,0 +1,32 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=nload
+pkgver=0.7.4
+pkgrel=7
+pkgdesc='Monitors network traffic and bandwidth usage'
+url='http://www.roland-riegel.de/nload'
+license=('GPL2')
+depends=('gcc-libs' 'ncurses')
+arch=('x86_64')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('ca3e36d3f77c5a7994a3261042fb65a1458a29c769e6bebbe3b8e49b3045aca6f4d047065d11431b28368e0d881c24c92533fa24f0e54ac270f1f5bccfb5c0af')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # make gzip reproducible by not embedding timestamps
+  sed -i 's/gzip -f/gzip -nf'/ docs/Makefile.am docs/Makefile.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list