summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:08:03 +0100
committermschubert2021-12-20 14:08:03 +0100
commit3a31550af6bcc09dedf7205d1391a177b10f3888 (patch)
tree8b56da34a8b7e97035956ef8267b7e003abc8e59 /PKGBUILD
parentb602662b2cd63b7dd52a3c7336d1faa20357f359 (diff)
downloadaur-python-cgen.tar.gz
relbump for py3.10 compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71a6a445a518..a9e169431876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cgen
_pkgname=cgen
pkgver=2020.1
-pkgrel=2
+pkgrel=3
pkgdesc="A C/C++ source generation from an AST"
arch=('any')
url="https://github.com/inducer/cgen"