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

Antonio Rojas arojas at archlinux.org
Fri Aug 5 22:43:02 UTC 2016


    Date: Friday, August 5, 2016 @ 22:43:01
  Author: arojas
Revision: 185398

Update to 5.0

Modified:
  horst/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-05 22:39:52 UTC (rev 185397)
+++ PKGBUILD	2016-08-05 22:43:01 UTC (rev 185398)
@@ -4,7 +4,7 @@
 # Contributor: Shalygin Konstantin (kostya at opentech.ru)
 
 pkgname=horst
-pkgver=4.2
+pkgver=5.0
 pkgrel=1
 pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
 arch=(i686 x86_64)
@@ -11,16 +11,16 @@
 url='http://br1.einfach.org/tech/horst'
 depends=(ncurses iw)
 license=(GPL)
-source=(http://br1.einfach.org/horst_dl/horst-$pkgver.tar.gz)
-sha256sums=('eab46330998a4c6d5abc9bfdad739b62b57c65049ac6f160e58ee3edd3260057')
+source=($pkgname-$pkgver::"https://github.com/br101/horst/archive/version-$pkgver.tar.gz")
+sha256sums=('ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b')
 
 build() {
-  cd horst-$pkgver
+  cd horst-version-$pkgver
   make
 }
 
 package() {
-  cd horst-$pkgver
+  cd horst-version-$pkgver
 
   install -Dm755 horst "$pkgdir/usr/bin/horst"
   install -Dm644 horst.1 "$pkgdir/usr/share/man/man1/horst.1"



More information about the arch-commits mailing list