summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d137857c4bb7..99702a875e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libnetfilter_cthelper-git
-pkgver=1.0.0.r9.g5ed4dde
+pkgver=1.0.0.r11.g25439d7
pkgrel=1
pkgdesc="Library that provides access to the user-space helper infrastructure"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://netfilter.org/projects/libnetfilter_cthelper/index.html"
license=('GPL')
depends=('libmnl')
makedepends=('git')
-provides=('libnetfilter_cthelper')
+provides=("libnetfilter_cthelper=$pkgver")
conflicts=('libnetfilter_cthelper')
source=("git://git.netfilter.org/libnetfilter_cthelper")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@ build() {
cd "libnetfilter_cthelper"
autoreconf -fi
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}