summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-03-28 00:27:03 +0100
committerCarsten Teibes2014-03-28 00:27:03 +0100
commit21d6abcd50237fe6f93559b62bc4d3198e031e18 (patch)
tree2387c5bf7a416ea1dc5a37baad9d3e1dff76f6dd
parent9ba05dd551139bdd52fa8018cf1ac89bc6e2e54c (diff)
downloadaur-21d6abcd50237fe6f93559b62bc4d3198e031e18.tar.gz
[fix] Version bump for python 3.4 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8afb789047c9..11482dcc174d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-librtmp
pkgdesc = Python interface to librtmp
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chrippa/python-librtmp
arch = i686
arch = x86_64
- license = Simplified BSD
+ license = custom: Simplified BSD
makedepends = python-setuptools
depends = python-singledispatch
depends = python-cffi
diff --git a/PKGBUILD b/PKGBUILD
index 52aebd0d37c3..852583731e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-librtmp
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to librtmp"
arch=('i686' 'x86_64')
url="https://github.com/chrippa/python-librtmp"
-license=('Simplified BSD')
+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")