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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:16:41 UTC 2018


    Date: Monday, June 4, 2018 @ 14:16:41
  Author: felixonmars
Revision: 340371

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:16:27 UTC (rev 340370)
+++ PKGBUILD	2018-06-04 14:16:41 UTC (rev 340371)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Andreas Hauser <andy-aur at splashground.de>
-
-pkgname=nload
-pkgver=0.7.4
-pkgrel=4
-pkgdesc='Monitors network traffic and bandwidth usage'
-url='http://www.roland-riegel.de/nload'
-license=('GPL2')
-depends=('gcc-libs' 'ncurses')
-arch=('i686' 'x86_64')
-source=("$url/$pkgname-$pkgver.tar.gz")
-md5sums=('3c733c528f244ca5a4f76bf185729c39')
-
-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 340370, nload/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:16:41 UTC (rev 340371)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=nload
+pkgver=0.7.4
+pkgrel=5
+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:



More information about the arch-commits mailing list