summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-04-27 17:07:52 +0300
committereugene2024-04-27 17:07:52 +0300
commitbc0edc12a241301ca5330d5e8bf32e15591f5346 (patch)
tree3808e4d188ba05cd385afdb46e62a4e3932e086b
parenteced52ea1856ffdeaaef0e8ea068e2d9639c1be7 (diff)
downloadaur-bc0edc12a241301ca5330d5e8bf32e15591f5346.tar.gz
Rebuild with Python 3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb4a027507eb..90822a1b2830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pacparser
pkgdesc = Python 3.x pacparser module
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/manugarg/pacparser
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 360dc95398a1..77af130907f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pacparser
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Python 3.x pacparser module'
arch=(i686 x86_64 aarch64)
license=(LGPL-3.0-only)