summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2017-08-07 18:40:04 -0400
committerTony Lambiris2017-08-07 18:40:04 -0400
commite6e159f9be857025d76882b9760c5e87a7b4db1e (patch)
treeb1eef9946a46f9a2e1fc04a968366350862d9a86
parentf82323d7135ee06493d5c41b65852a7956303314 (diff)
downloadaur-pfring-kmod-dev-git.tar.gz
Start tracking 6.6.0-stable branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1f2b10e396..bf5d9d870122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pfring-kmod-dev-git
pkgdesc = High-speed packet processing framework (dev branch)
- pkgver = v6.4.0.r614.g9d41e4a
+ pkgver = 6.6.0.r34.g6a0984a
pkgrel = 1
url = http://www.ntop.org
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = pfring-kmod-dev-git
depends = numactl
provides = pfring-kmod
conflicts = pfring-kmod
- source = git+https://github.com/ntop/PF_RING.git#branch=dev
+ source = git+https://github.com/ntop/PF_RING.git#branch=6.6.0-stable
md5sums = SKIP
pkgname = pfring-kmod-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index 779b8461d241..30eb7ad9b4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=pfring-kmod-dev-git
-pkgver=v6.4.0.r614.g9d41e4a
+pkgver=6.6.0.r34.g6a0984a
_pkgname=PF_RING
pkgrel=1
pkgdesc="High-speed packet processing framework (dev branch)"
@@ -11,12 +11,12 @@ depends=('numactl')
makedepends=('linux-headers' 'make' 'binutils' 'flex' 'bison' 'git')
conflicts=('pfring-kmod')
provides=('pfring-kmod')
-source=("git+https://github.com/ntop/PF_RING.git#branch=dev")
+source=("git+https://github.com/ntop/PF_RING.git#branch=6.6.0-stable")
md5sums=('SKIP')
pkgver() {
- cd "$_pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd "${_pkgname}"
+ git describe --long --tags| sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {