summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Schneider2016-09-14 12:17:23 +0200
committerThomas Schneider2016-09-14 12:17:23 +0200
commit585b02387e10ed96752324b35d50136d08f699d6 (patch)
treea34e976bc153bf17e1f0234d1592372f9dd34cd0 /PKGBUILD
parent26639a72ce0b47ba4fa9dbad91488de1537f1c90 (diff)
downloadaur-python2-simplemediawiki.tar.gz
fixed python2 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 680f1d7785b0..52a721ce0a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=python2-simplemediawiki
pkgdesc="Extremely low-level wrapper to the MediaWiki API"
pkgver=1.2.0_b2
-pkgrel=3
+pkgrel=2
arch=('any')
url="https://github.com/ianweller/python-simplemediawiki"
license=('LGPL')
-depends=('python')
+depends=('python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ianweller/python-simplemediawiki/archive/${pkgver/_/}.tar.gz")
md5sums=('7c10122a1a884a902ac7fda5f01f4986')