[arch-commits] Commit in bwm-ng/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Wed Jan 16 22:29:04 UTC 2019


    Date: Wednesday, January 16, 2019 @ 22:29:03
  Author: kkeen
Revision: 423731

upgpkg: bwm-ng 0.6.2-1

Modified:
  bwm-ng/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 22:23:21 UTC (rev 423730)
+++ PKGBUILD	2019-01-16 22:29:03 UTC (rev 423731)
@@ -2,26 +2,24 @@
 # Contributor: Sven Kauber <celeon at gmail.com>
 
 pkgname=bwm-ng
-pkgver=0.6.1
-pkgrel=3
+pkgver=0.6.2
+pkgrel=1
 pkgdesc="A small and simple console-based live bandwidth monitor"
 arch=('x86_64')
-url="https://www.gropp.org/"
+url="https://www.gropp.org/?id=projects&sub=bwm-ng"
 license=('GPL')
 depends=('ncurses')
-source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz"
-        "https://github.com/vgropp/bwm-ng/commit/f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff")
-md5sums=('ef0c7669508e95f56250ad4f8db98b7f'
-         'cd5872a5c5328e19cb9cee67d4a5636d')
+#source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tgz::https://github.com/vgropp/bwm-ng/archive/v${pkgver}.tar.gz")
+md5sums=('1973976d7c8e8eea6f0545576a9159e8')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
-  # fix for gcc7
-  patch -Np1 -i ../f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef.diff
 }
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"
+  ./autogen.sh
   ./configure --prefix=/usr --mandir="$pkgdir/usr/share/man"
   make
 }



More information about the arch-commits mailing list