summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2018-08-06 19:26:24 +0200
committerChris Warrick2018-08-06 19:26:24 +0200
commit971013f36cb2017a6ae4a7bc46b55fbd4b890518 (patch)
tree49a90704bdd6b670e70c397da90f5bdd6b2fe91c /PKGBUILD
parent8527f57221f6c287cc8dfd0a038d4206fdec8dc3 (diff)
downloadaur-971013f36cb2017a6ae4a7bc46b55fbd4b890518.tar.gz
Force rebuilds for Python 3.7
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a757c160449..b703419abc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=4.2.18
-pkgrel=1
+pkgrel=2
pkgdesc='A Python AUR helper/library.'
arch=('any')
url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
-depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'asp' 'git')
+depends=('python>=3.7.0-1' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'asp' 'git')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('d7aa404dac208d420d338774662b4037')