summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2017-01-07 10:32:43 +0100
committerChris Warrick2017-01-07 10:32:43 +0100
commit150e7805fca020a214a041fe1b766e49b31abc5b (patch)
treefd0b2c545b195564e3cc0f90ae57245d574df8a8 /PKGBUILD
parent345931e332a71f9e4abc21aba5f5442d672195db (diff)
downloadaur-150e7805fca020a214a041fe1b766e49b31abc5b.tar.gz
PKGBUILDer pkgrel bump (Python 3.6)
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 d3633b87c368..dd20d3a418dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=4.2.9
-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' 'rsync' 'git')
+depends=('python>=3.6.0' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'rsync' 'git')
options=(!emptydirs)
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('6815f9470628e1a8a70a118312c2561e')