summaryrefslogtreecommitdiff
path: root/community/mate-netspeed/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-netspeed/PKGBUILD')
-rw-r--r--community/mate-netspeed/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/mate-netspeed/PKGBUILD b/community/mate-netspeed/PKGBUILD
index 883a6a108..a0081d010 100644
--- a/community/mate-netspeed/PKGBUILD
+++ b/community/mate-netspeed/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 105369 2014-02-06 05:24:15Z bisson $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-netspeed
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="A MATE applet that shows how much traffic occurs on a specified network device."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'libgtop' 'mate-panel' 'wireless_tools')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('4b9c8b7f7ff59ef8ad989821fe360f5f459c66ed')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d5e9f408ccaedbdeb3917b1d560288420f7f2c3f')
install=${pkgname}.install
build() {
@@ -21,8 +20,7 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
- --disable-static \
- --disable-scrollkeeper
+ --disable-static
make
}