diff options
Diffstat (limited to 'abs/core/python_modules/python-webencodings/PKGBUILD')
-rw-r--r-- | abs/core/python_modules/python-webencodings/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/python_modules/python-webencodings/PKGBUILD b/abs/core/python_modules/python-webencodings/PKGBUILD index 95f05b0..d0e832b 100644 --- a/abs/core/python_modules/python-webencodings/PKGBUILD +++ b/abs/core/python_modules/python-webencodings/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Jelle van der Waa <jelle@vdwaa.nl> pkgbase=python-webencodings -pkgname=('python2-webencodings') +pkgname=('python2-webencodings' 'python-webencodings') pkgver=0.5.1 -pkgrel=1 +pkgrel=2 arch=('any') url="https://github.com/gsnedders/python-webencodings" license=('BSD') -makedepends=('python2' 'python2-setuptools') -checkdepends=('python2-nose') +makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools') +checkdepends=('python-nose' 'python2-nose') source=(https://github.com/gsnedders/python-webencodings/archive/v$pkgver.tar.gz) md5sums=('7eb67377743cd55eaa356496c439471e') |