summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02dfd45aff8..f7e372bbc6c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pybgpstream
pkgdesc = python bindings for libbgpstream
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://bgpstream.caida.org/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-pybgpstream
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/pybgpstream-1.2.1.tar.gz
- md5sums = ed8a1f6c72f1a6a40d48c748e0346cf8
+ source = https://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/pybgpstream-1.2.2.tar.gz
+ md5sums = 933c2194f1e27bdd03399688e639dffe
pkgname = python-pybgpstream
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d3f4df815065..0027041cc147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pybgpstream
pkgname=('python-pybgpstream' 'python2-pybgpstream')
_pkgname='pybgpstream'
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="python bindings for libbgpstream"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
url="https://bgpstream.caida.org/"
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://bgpstream.caida.org/bundles/caidabgpstreamwebhomepage/dists/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ed8a1f6c72f1a6a40d48c748e0346cf8')
+md5sums=('933c2194f1e27bdd03399688e639dffe')
prepare() {
cp -a "${srcdir}/${_pkgname}-${pkgver}" "${srcdir}/${_pkgname}2-${pkgver}"