diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-11 21:05:53 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-11 21:05:53 (GMT) |
commit | 18d8821ab00587f94b75f208b514b5863be0d370 (patch) | |
tree | b9edcd46e44bfac11b283c468bddebb52c7e3d04 | |
parent | b9ca836e4df730f6ef90f8f86c6701b59ae411f9 (diff) | |
download | linhes_pkgbuild-18d8821ab00587f94b75f208b514b5863be0d370.zip linhes_pkgbuild-18d8821ab00587f94b75f208b514b5863be0d370.tar.gz linhes_pkgbuild-18d8821ab00587f94b75f208b514b5863be0d370.tar.bz2 |
python-rebulk: rebuild
-rw-r--r-- | abs/core/python_modules/python-rebulk/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/python_modules/python-rebulk/__changelog | 2 |
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 - |