summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-07 12:14:02 +0200
committerJelle van der Waa2024-04-07 12:14:02 +0200
commitea1872bf4ee70088d53ce367912bdb0415d2b8a9 (patch)
tree7e64f1e485b9cf0c1fb5cbd6c839fd497e86e77c
parente05593fc95530e1fd1ee198099032d09e465eaad (diff)
downloadaur-ea1872bf4ee70088d53ce367912bdb0415d2b8a9.tar.gz
upgpkg: 1.1.0-8: Rebuild with Python 3.12
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 14 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3e4b75df8183
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = python-nine
+ pkgdesc = Python 3/2 compatibility library, allowing to add py2 compat to py3 code
+ pkgver = 1.1.0
+ pkgrel = 8
+ url = https://github.com/nandoflorestan/nine/
+ arch = any
+ license = custom
+ makedepends = python-setuptools
+ depends = python
+ source = nine-1.1.0.tar.gz::https://github.com/nandoflorestan/nine/archive/v1.1.0.tar.gz
+ sha512sums = b445cd1f324a0d2045081226fb650eebd8dbc86942faff204c19fffc022f0190fc04abec563b107cb860202d29f08c132056b1098495471fdfda104e57878828
+
+pkgname = python-nine
diff --git a/PKGBUILD b/PKGBUILD
index 5863bdb1b1d2..526076b91b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-nine'
_pkgbase="${pkgname#python-}"
pkgver=1.1.0
-pkgrel=7
+pkgrel=8
arch=('any')
pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 code"
url="https://github.com/nandoflorestan/nine/"