summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f5d977e490..8d4e03b75b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-librtmp
pkgdesc = Python interface to librtmp
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/chrippa/python-librtmp
arch = i686
arch = x86_64
@@ -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.0.tar.gz
- sha256sums = 0a4385aa59f6f4d09ffa95cb85c1b0acd4678c8af3f21f45dd009d5f807a9635
+ source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.1.tar.gz
+ sha256sums = 118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588
pkgname = python-librtmp
pkgdesc = Python interface to librtmp (python3 version)
diff --git a/PKGBUILD b/PKGBUILD
index 2dbb3b93d0d5..b41ccd1a27f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-librtmp
pkgname=(python-librtmp python2-librtmp)
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Python interface to librtmp"
arch=('i686' 'x86_64')
url="https://github.com/chrippa/python-librtmp"
@@ -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=('0a4385aa59f6f4d09ffa95cb85c1b0acd4678c8af3f21f45dd009d5f807a9635')
+sha256sums=('118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588')
prepare() {
# copy folder, so we can cleanly build for both python versions