summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df5b5a3f36d9..09c35cdab0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,17 @@
pkgname=python-rebulk
_name=${pkgname#python-}
pkgver=3.0.1
-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')
depends=(
'python'
- 'python-six'
)
optdepends=(
'python-regex'
)
-
makedepends=(
'python-setuptools'
)