summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkcf2019-04-18 14:21:48 -0700
committerrkcf2019-04-18 14:21:48 -0700
commit6141f030d080076ee31fcd2b281d659761f9ef68 (patch)
tree9001e17a0e49c5446a70df3751721a7b5febd74e
parent555e2617b2b48e837fdc5d23d876dd1e7b8f0569 (diff)
downloadaur-6141f030d080076ee31fcd2b281d659761f9ef68.tar.gz
add python-future and python2-configparser to dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e60ac5c6052..8f8fec93e784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-arabic-reshaper
pkgdesc = Reconstruct Arabic sentences to be used in applications that don't support Arabic
pkgver = 2.0.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mpcabd/python-arabic-reshaper
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
+ depends = python-future
+ depends = python2-configparser
source = https://github.com/mpcabd/python-arabic-reshaper/archive/v2.0.14.tar.gz
md5sums = 96c0bf23cbf5396f2bb8e564f4b90739
diff --git a/PKGBUILD b/PKGBUILD
index 4046b6115a96..de1d1fb69aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Andrew Steinke <rkcf@rkcf.me>
pkgname=python-arabic-reshaper
-pkgrel=1
+pkgrel=2
pkgver=2.0.14
pkgdesc="Reconstruct Arabic sentences to be used in applications that don't support Arabic"
-depends=('python')
+depends=('python' 'python-future' 'python2-configparser')
makedepends=('python-setuptools')
url="https://github.com/mpcabd/python-arabic-reshaper"
license=('GPL3')