summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgetzze2022-01-09 20:39:39 +0000
committergetzze2022-01-09 20:39:39 +0000
commit0c870482704ba9ca6127584ff9db8796026b7c90 (patch)
treefa5a0d63708ddbb570ce91fc8721cf56a2cac857 /PKGBUILD
parenta8d30179c376e97db6e7707c10d488e818753871 (diff)
downloadaur-python-pymemoize.tar.gz
remove python2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d5ab3cf4105..4a3915806db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pymemoize'
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="Simple Python cache and memoizing module"
arch=(any)
url="https://github.com/mikeboers/PyMemoize"
@@ -10,7 +10,7 @@ license=('BSD')
options=(!emptydirs)
source=("https://github.com/mikeboers/PyMemoize/archive/v${pkgver}.tar.gz")
sha256sums=('21946d8cf60b80f71438256d8376b76375002ecfbb95d792588f22bea79cd0ee')
-makedepends=('git' 'python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools')
depends=('python')
optdepends=('python-django' 'python-redis')