summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-05-04 02:31:43 +0000
committereugene2023-05-04 02:31:43 +0000
commite9d4a95ffc79359651e699f1511f4d458762c184 (patch)
tree4331ba0eeae00a2e140b30fd9acf19b74466fb63
parentf68221a4e1269990461eabc2ead5f5672e69beb1 (diff)
downloadaur-e9d4a95ffc79359651e699f1511f4d458762c184.tar.gz
rebuild with python 3.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d356f43d2e19..2872c66c9de1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/manugarg/pacparser
arch = i686
arch = x86_64
license = LGPL
- depends = python>=3.6
+ depends = python>=3.7
options = !makeflags
source = https://github.com/manugarg/pacparser/releases/download/v1.4.0/pacparser-v1.4.0.tar.gz
sha256sums = 2e66c5fe635cd5dcb9bccca4aced925eca712632b81bada3b63682159c0f910e
diff --git a/PKGBUILD b/PKGBUILD
index 7622a21fc6c3..c3fb610489cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname='python-pacparser'
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="https://github.com/manugarg/pacparser"
license=('LGPL')
-depends=('python>=3.6')
+depends=('python>=3.7')
options=('!makeflags')
pkgdesc="Python 3.x pacparser module"
source=("${url}/releases/download/v${pkgver}/pacparser-v${pkgver}.tar.gz")