summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2015-05-31 00:52:37 +0200
committerCarsten Teibes2015-05-31 00:52:37 +0200
commit6bb9f463fa015739e0cbc144b060eb158673ee3c (patch)
tree2af4a862539b54a76a63d0c21de5f2801928deae /PKGBUILD
parenta46fb79b56d098b93f4e4e4fa971a8a137766992 (diff)
downloadaur-python-librtmp.tar.gz
[upd] 0.2.2→0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae4ff86c53f3..b0fc4bf339f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-librtmp
pkgname=(python-librtmp python2-librtmp)
-pkgver=0.2.2
+pkgver=0.3.0
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=('4586f043a1071a189f16cadabb4056569bd083adaf8b1e17187fe2210699a765')
+sha256sums=('4a41ada646270baa5b388f17481d08679d23b2947835901d0db7602c59ec772b')
prepare() {
# copy folder, so we can cleanly build for both python versions