summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-04-08 02:27:45 +0200
committerCarsten Teibes2014-04-08 02:27:45 +0200
commitbe9ce9e6e8ef1461d11f96b55161dc08a678aa9c (patch)
treee19bb346f508a3d187bfbdea03e50761c063cbf5
parent21d6abcd50237fe6f93559b62bc4d3198e031e18 (diff)
downloadaur-be9ce9e6e8ef1461d11f96b55161dc08a678aa9c.tar.gz
[upd] 0.1.2→0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11482dcc174d..524e63d8bd05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-librtmp
pkgdesc = Python interface to librtmp
- pkgver = 0.1.2
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/chrippa/python-librtmp
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-librtmp
depends = python-singledispatch
depends = python-cffi
depends = rtmpdump
- source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.1.2.tar.gz
- sha256sums = 207e539c04419cc2ea3380cfdee0c8576168079603168c7cc1807e9f4982e997
+ source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.0.tar.gz
+ sha256sums = 0a4385aa59f6f4d09ffa95cb85c1b0acd4678c8af3f21f45dd009d5f807a9635
pkgname = python-librtmp
diff --git a/PKGBUILD b/PKGBUILD
index 852583731e8d..6d3e1f4f8289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: kevku <kevku@gmx.com>
pkgname=python-librtmp
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Python interface to librtmp"
arch=('i686' 'x86_64')
url="https://github.com/chrippa/python-librtmp"
@@ -11,7 +11,7 @@ license=('custom: Simplified BSD')
depends=('python-singledispatch' 'python-cffi' 'rtmpdump')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('207e539c04419cc2ea3380cfdee0c8576168079603168c7cc1807e9f4982e997')
+sha256sums=('0a4385aa59f6f4d09ffa95cb85c1b0acd4678c8af3f21f45dd009d5f807a9635')
build() {
cd $pkgname-$pkgver