summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ccea693f653..8afb789047c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,15 +3,14 @@ pkgbase = python-librtmp
pkgver = 0.1.2
pkgrel = 1
url = https://github.com/chrippa/python-librtmp
- arch = x86_64
arch = i686
+ arch = x86_64
license = Simplified BSD
makedepends = python-setuptools
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
- md5sums = 2a1d37dc84f09a5c5a99bc435029c733
sha256sums = 207e539c04419cc2ea3380cfdee0c8576168079603168c7cc1807e9f4982e997
pkgname = python-librtmp
diff --git a/PKGBUILD b/PKGBUILD
index 5f805e40b07c..f702aff12202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: carstene1ns <arch carsten-teibes de>
+# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
# Contributor: kevku <kevku@gmx.com>
pkgname=python-librtmp
pkgver=0.1.2
pkgrel=1
pkgdesc="Python interface to librtmp"
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
url="https://github.com/chrippa/python-librtmp"
license=('Simplified BSD')
depends=('python-singledispatch' 'python-cffi' 'rtmpdump')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('2a1d37dc84f09a5c5a99bc435029c733')
sha256sums=('207e539c04419cc2ea3380cfdee0c8576168079603168c7cc1807e9f4982e997')
build() {