summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/python_modules/python-rebulk/PKGBUILD6
-rw-r--r--abs/core/python_modules/python-rebulk/__changelog2
2 files changed, 3 insertions, 5 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')
diff --git a/abs/core/python_modules/python-rebulk/__changelog b/abs/core/python_modules/python-rebulk/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-rebulk/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-