summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2015-05-31 00:52:37 +0200
committerCarsten Teibes2015-05-31 00:52:37 +0200
commit6bb9f463fa015739e0cbc144b060eb158673ee3c (patch)
tree2af4a862539b54a76a63d0c21de5f2801928deae
parenta46fb79b56d098b93f4e4e4fa971a8a137766992 (diff)
downloadaur-python-librtmp.tar.gz
[upd] 0.2.2→0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8eaa5ae7f13..4d8893d756e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-librtmp
pkgdesc = Python interface to librtmp
- pkgver = 0.2.2
+ pkgver = 0.3.0
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.2.tar.gz
- sha256sums = 4586f043a1071a189f16cadabb4056569bd083adaf8b1e17187fe2210699a765
+ source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.3.0.tar.gz
+ sha256sums = 4a41ada646270baa5b388f17481d08679d23b2947835901d0db7602c59ec772b
pkgname = python-librtmp
pkgdesc = Python interface to librtmp (python3 version)
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