diff options
Diffstat (limited to 'abs/core/python_modules/python-rebulk/PKGBUILD')
-rw-r--r-- | abs/core/python_modules/python-rebulk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/python_modules/python-rebulk/PKGBUILD b/abs/core/python_modules/python-rebulk/PKGBUILD index c7338bf..b7473a8 100644 --- a/abs/core/python_modules/python-rebulk/PKGBUILD +++ b/abs/core/python_modules/python-rebulk/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Sebastien Leduc <sebastien@sleduc.fr> -pkgname=('python2-rebulk') +pkgname=('python-rebulk' 'python2-rebulk') pkgbase='python-rebulk' _guser='Toilal' _gproject="rebulk" pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc=" Define simple search patterns in bulk to perform advanced matching on any string. " arch=("any") url="https://github.com/Toilal/rebulk" license=('MIT') -makedepends=('python2' 'python2-setuptools' 'python2-pytest-runner') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 'python-pytest-runner' 'python2-pytest-runner') options=(!emptydirs) source=("https://github.com/${_guser}/${_gproject}/archive/${pkgver}.tar.gz") md5sums=('7f76cd95e6ca9219202aeaa9b1b7b7c8') |