summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMáté Eckl2018-12-21 15:22:04 +0100
committerMáté Eckl2018-12-21 15:22:04 +0100
commit7a78841ebfc60c33bc9515886c21cf2337a5443b (patch)
treedfa34869fa5cc4d04c8969352ace8729b424a848 /PKGBUILD
parentd9a060a1880fa81f948bc33d626090c859875d0e (diff)
downloadaur-7a78841ebfc60c33bc9515886c21cf2337a5443b.tar.gz
depend: libmnl-git -> libmnl
The libmnl is not a really dynamically developed project so no -git version is necessary to be up to date for most of the cases.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b8a38983b7f..3510cbfb5c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Netfilter nf_tables infrastructure library that provides low level API
arch=(i686 x86_64)
url='https://netfilter.org/projects/libnftnl/'
license=(GPL2)
-depends=(libmnl-git)
+depends=(libmnl)
makedepends=(git make gcc autoconf)
provides=(libnftnl)
conflicts=(libnftnl)