summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2020-06-30 13:59:06 +0200
committerChristian Hesse2020-06-30 13:59:06 +0200
commitcb52042a6b147e2885debb22097cc157cb2a28a7 (patch)
tree75b911b778408016fd896d985416a2ec445222b3
parentf397fb2c8c694f5d5e42567052f6d2714fa37a18 (diff)
downloadaur-ethstatus.tar.gz
commit ethstatus 0.4.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c16edc04338..2786eb82d4f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Apr 11 20:59:02 UTC 2017
pkgbase = ethstatus
pkgdesc = A simple program for displaying commonly needed/wanted statistics in real time of incoming and outgoing traffic
- pkgver = 0.4.8
+ pkgver = 0.4.9
pkgrel = 1
url = http://packages.qa.debian.org/e/ethstatus.html
arch = i686
arch = x86_64
license = GPL
depends = ncurses
- source = http://ftp.debian.org/debian/pool/main/e/ethstatus/ethstatus_0.4.8.tar.xz
- sha256sums = 9a3c466e6b940fb7dc509fb6363de0220026b81c950c0a7f047d628b0855d01b
+ source = http://ftp.debian.org/debian/pool/main/e/ethstatus/ethstatus_0.4.9.tar.xz
+ sha256sums = 4a85051f9d704c88e770577f18caaf4b97583e622a919dfdc87e0bd6b8166722
pkgname = ethstatus
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"