summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2020-06-30 13:59:06 +0200
committerChristian Hesse2020-06-30 13:59:06 +0200
commitcb52042a6b147e2885debb22097cc157cb2a28a7 (patch)
tree75b911b778408016fd896d985416a2ec445222b3 /PKGBUILD
parentf397fb2c8c694f5d5e42567052f6d2714fa37a18 (diff)
downloadaur-cb52042a6b147e2885debb22097cc157cb2a28a7.tar.gz
commit ethstatus 0.4.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ea60fddbf01..16036d9a12af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=ethstatus
-pkgver=0.4.8
+pkgver=0.4.9
pkgrel=1
pkgdesc='A simple program for displaying commonly needed/wanted statistics in real time of incoming and outgoing traffic'
arch=('i686' 'x86_64')
@@ -11,16 +11,16 @@ url='http://packages.qa.debian.org/e/ethstatus.html'
license=('GPL')
depends=('ncurses')
source=("http://ftp.debian.org/debian/pool/main/e/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('9a3c466e6b940fb7dc509fb6363de0220026b81c950c0a7f047d628b0855d01b')
+sha256sums=('4a85051f9d704c88e770577f18caaf4b97583e622a919dfdc87e0bd6b8166722')
build() {
- cd "${srcdir}/${pkgname}-0.4.3"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make
}
package() {
- cd "${srcdir}/${pkgname}-0.4.3"
+ cd "${srcdir}/${pkgname}-${pkgver}"
install -D -m0755 ethstatus "${pkgdir}/usr/bin/ethstatus"
install -D -m0644 ethstatus.1 "${pkgdir}/usr/share/man/man1/ethstatus.1"