diff options
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 6289a0d67..cf19be57b 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 79245 2012-11-01 17:28:21Z lcarlier $ +# $Id: PKGBUILD 79688 2012-11-11 05:39:50Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: 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.4 +pkgver=0.7.5 pkgrel=1 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install options=('libtool') source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2") -md5sums=('e6e9aeef6e0fcd934abe000090771fd9') +md5sums=('fc316e8492d97ffc00fc2e2c6caf136d') build() { cd ${srcdir} |