diff options
author | root <root@rshg054.dnsready.net> | 2011-08-08 23:14:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-08 23:14:38 +0000 |
commit | 2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (patch) | |
tree | ebd7dccec211af75c9dfd55560b3e5f61420b784 /community/knemo/PKGBUILD | |
parent | 665308e50fd95e984da057ab8ddb6505b596b841 (diff) |
Mon Aug 8 23:14:38 UTC 2011
Diffstat (limited to 'community/knemo/PKGBUILD')
-rw-r--r-- | community/knemo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/knemo/PKGBUILD b/community/knemo/PKGBUILD index 0e8662c8b..576477ef8 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44066 2011-04-01 20:42:30Z lcarlier $ +# $Id: PKGBUILD 53704 2011-08-07 21:16:33Z lcarlier $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com> pkgname=knemo -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install options=('libtool') source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2") -md5sums=('e9a129917dfc6515c992ee1de3c08c16') +md5sums=('4f90d81e2d0980ed3ae4e4fefc4bf20b') build() { cd ${srcdir} |