summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-12-25 08:39:57 -0800
committerDonald Webster2020-12-25 08:39:57 -0800
commit6d3208fe5db7be73eaeb23ebd5394af27380f49f (patch)
tree2b6258f12645b2dcf328458cee7c805c19d359a4
parent89f790cf1d7869c411143a953474c39da54c5cf0 (diff)
downloadaur-6d3208fe5db7be73eaeb23ebd5394af27380f49f.tar.gz
And remove python2-setuptools...
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd0bd21b08c..a634a08f6c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-rebulk
pkgdesc = Define simple search patterns in bulk to perform advanced matching on any string.
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Toilal/rebulk
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = python
depends = python-six
optdepends = python-regex
diff --git a/PKGBUILD b/PKGBUILD
index 404768d0b7a5..ac3e52418696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-rebulk
_name=${pkgname#python-}
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Define simple search patterns in bulk to perform advanced matching on any string. "
arch=("any")
url="https://github.com/Toilal/rebulk"
@@ -19,7 +19,6 @@ optdepends=(
makedepends=(
'python-setuptools'
- 'python2-setuptools'
)
options=(!emptydirs)