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 d33df7be1..16d7bc4b7 100644 --- a/community/knemo/PKGBUILD +++ b/community/knemo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81173 2012-12-12 18:41:15Z lcarlier $ +# $Id: PKGBUILD 84160 2013-02-12 12:14:10Z thomas $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -6,12 +6,12 @@ pkgname=knemo pkgver=0.7.6 -pkgrel=1 +pkgrel=2 pkgdesc="The KDE Network Monitor" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php?content=12956" license=('GPL') -depends=('kdebase-workspace' 'wireless_tools' 'iw' 'gtk-update-icon-cache') +depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 'gtk-update-icon-cache') makedepends=('cmake' 'automoc4') install=${pkgname}.install options=('libtool') |