summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2017-01-06 16:15:23 -0800
committerSteven Allen2017-01-06 16:15:23 -0800
commitd0697d2b1665c7ddedae9cff2353de534b1d0238 (patch)
treea3bd9ac19ac568a8162eadb5fb92d900b6f745ce
parent19bb73e2742d1b26217c5656a7239a4139947080 (diff)
downloadaur-d0697d2b1665c7ddedae9cff2353de534b1d0238.tar.gz
Bump min python version to 3.6
The only way to handle rebuilds in the AUR.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2891cfd87e50..3c03850d77df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 18:00:33 UTC 2016
+# Sat Jan 7 00:15:23 UTC 2017
pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
pkgver = 1.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pacparser/pacparser
arch = i686
arch = x86_64
license = LGPL
- depends = python
+ depends = python>=3.6
options = !makeflags
source = https://github.com/pacparser/pacparser/archive/1.3.7.tar.gz
sha256sums = 575c5d8096b4c842b2af852bbb8bcfde96170b28b49f33249dbe2057a8beea13
diff --git a/PKGBUILD b/PKGBUILD
index defc705c9030..fba75c1cf10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname='python-pacparser'
pkgver=1.3.7
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="https://github.com/pacparser/pacparser"
license=('LGPL')
-depends=('python')
+depends=('python>=3.6')
options=('!makeflags')
pkgdesc="Python 3.x pacparser module"
source=("https://github.com/pacparser/pacparser/archive/${pkgver}.tar.gz")