summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2015-04-19 11:42:48 +0200
committerCarsten Teibes2015-04-19 11:42:48 +0200
commita46fb79b56d098b93f4e4e4fa971a8a137766992 (patch)
tree3a1dbc869a526bd0587dedd69a47d0d26167ea36 /PKGBUILD
parent9f457eedfd4e51564ad31c45460ce882173040b3 (diff)
downloadaur-a46fb79b56d098b93f4e4e4fa971a8a137766992.tar.gz
[upd] 0.2.1→0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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