summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2017-03-19 17:29:13 -0700
committerAnatol Pomozov2017-03-19 17:29:13 -0700
commita5b892df34c96caeb1e17644d4a099cbbfd5f234 (patch)
treec354ad62f5750c4ce737e1c03b65f075c32aa875
parent70e836886dc4a317707d92aeb410667b756b00a5 (diff)
downloadaur-a5b892df34c96caeb1e17644d4a099cbbfd5f234.tar.gz
updpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c16e9d7437..766fa6882f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 8 17:04:25 UTC 2016
+# Mon Mar 20 00:29:07 UTC 2017
pkgbase = dpdk
pkgdesc = A set of libraries and drivers for fast packet processing
- pkgver = 16.07
+ pkgver = 17.02
pkgrel = 1
url = http://dpdk.org
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = dpdk
makedepends = linux-headers
makedepends = libpcap
options = staticlibs
- source = http://fast.dpdk.org/rel/dpdk-16.07.tar.xz
- sha1sums = d78ef2b9ccafdd4f2c7987f6108b0e728724d1e6
+ source = http://fast.dpdk.org/rel/dpdk-17.02.tar.xz
+ sha1sums = 77c52b8c071e0ae86c40bcbd6d1e0cf185937f6c
pkgname = dpdk
diff --git a/PKGBUILD b/PKGBUILD
index db3c5713e27c..e5650f4c0de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dpdk
-pkgver=16.07
+pkgver=17.02
pkgrel=1
pkgdesc='A set of libraries and drivers for fast packet processing'
arch=(x86_64 i686)
@@ -10,7 +10,7 @@ depends=()
makedepends=(linux-headers libpcap)
checkdepends=()
source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
-sha1sums=('d78ef2b9ccafdd4f2c7987f6108b0e728724d1e6')
+sha1sums=('77c52b8c071e0ae86c40bcbd6d1e0cf185937f6c')
prepare() {
cd dpdk-$pkgver