summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordavvore332018-02-09 13:12:24 +0100
committerdavvore332018-02-09 13:12:24 +0100
commit0ea7de6a94388f4f0236a4716fc290443405bab9 (patch)
treedd252a7de45fe7d19f0d2481c3f93313ce32a108
parente7473d9c53a3cdaae7fe14ec5c6f27684683ab83 (diff)
downloadaur-0ea7de6a94388f4f0236a4716fc290443405bab9.tar.gz
Update dpdk version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b38c5c5f06c..c438bf2c23d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 09:25:30 UTC 2017
+# Fri Feb 9 12:11:43 UTC 2018
pkgbase = dpdk-lts
pkgdesc = A set of libraries and drivers for fast packet processing
- pkgver = 16.11.2
- pkgrel = 1
+ pkgver = 17.08.1
+ pkgrel = 0
url = http://dpdk.org
arch = x86_64
arch = i686
@@ -11,10 +11,8 @@ pkgbase = dpdk-lts
makedepends = linux-headers
makedepends = libpcap
options = staticlibs
- source = http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz
- source = dpdk-dev-mk-disable-new-gcc-truncation-flag.patch
- sha256sums = 59003b90b0037e2e88f9819b9305529717261562
- sha256sums = 1fc942c4484e2a54d2cc725ae0b2383ea13188f7
+ source = http://fast.dpdk.org/rel/dpdk-17.08.1.tar.xz
+ sha256sums = 0072ca79508dc3c77fc42f3ff550415e2c7399cf53c9a3fee6700811ed9a854c
pkgname = dpdk-lts
diff --git a/PKGBUILD b/PKGBUILD
index 18ee4981df42..d1a11e71c435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=dpdk-lts
-pkgver=16.11.2
-pkgrel=1
+pkgver=17.08.1
+pkgrel=0
pkgdesc='A set of libraries and drivers for fast packet processing'
arch=(x86_64 i686)
url='http://dpdk.org'
@@ -11,11 +11,9 @@ makedepends=(linux-headers libpcap)
checkdepends=()
source=(
"http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz"
- 'dpdk-dev-mk-disable-new-gcc-truncation-flag.patch'
)
sha256sums=(
- '59003b90b0037e2e88f9819b9305529717261562'
- '1fc942c4484e2a54d2cc725ae0b2383ea13188f7'
+ '0072ca79508dc3c77fc42f3ff550415e2c7399cf53c9a3fee6700811ed9a854c'
)
prepare() {
@@ -31,8 +29,6 @@ prepare() {
#sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,' build/.config
sed 's|\bpython\b|python2|' -i mk/rte.sdktest.mk
-
- patch -p1 -i "${srcdir}/dpdk-dev-mk-disable-new-gcc-truncation-flag.patch"
}
build() {