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 8d4e03b75b87..c8eaa5ae7f13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-librtmp
pkgdesc = Python interface to librtmp
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/chrippa/python-librtmp
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-librtmp
makedepends = python2-cffi
makedepends = python2-singledispatch
makedepends = rtmpdump
- source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.1.tar.gz
- sha256sums = 118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588
+ source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.2.tar.gz
+ sha256sums = 4586f043a1071a189f16cadabb4056569bd083adaf8b1e17187fe2210699a765
pkgname = python-librtmp
pkgdesc = Python interface to librtmp (python3 version)
diff --git a/PKGBUILD b/PKGBUILD
index b41ccd1a27f7..ae4ff86c53f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-librtmp
pkgname=(python-librtmp python2-librtmp)
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Python interface to librtmp"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python-cffi'
'python2-setuptools' 'python2-cffi' 'python2-singledispatch'
'rtmpdump')
source=("https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz")
-sha256sums=('118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588')
+sha256sums=('4586f043a1071a189f16cadabb4056569bd083adaf8b1e17187fe2210699a765')
prepare() {
# copy folder, so we can cleanly build for both python versions