summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 17:27:14 +0000
committerOromion2021-12-14 17:27:14 +0000
commitc5e692897ad1f53eb4607003ac53907679fd8a9a (patch)
tree817a5fdd4b616cb4d518784d44e4c75760f89735
parent4d35db3f8a743d8f309202cf2cf1bb3437b00438 (diff)
downloadaur-c5e692897ad1f53eb4607003ac53907679fd8a9a.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ebb21cb4c1..519432c42481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-codepy
pkgdesc = Generate and execute native code at run time, from Python
pkgver = 2019.1
- pkgrel = 2
+ pkgrel = 3
url = https://documen.tician.de/codepy
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0f4483d5f0fd..97d0de8628ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _base=codepy
pkgname=python-${_base}
pkgdesc="Generate and execute native code at run time, from Python"
pkgver=2019.1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://documen.tician.de/${_base}"
license=(MIT)