summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-12-16 18:57:00 +0800
committerUniversebenzene2021-12-16 18:57:00 +0800
commite0efbe05720a6a7d6ec4cdb3b98a0ebcac2a6377 (patch)
treefd26f6925f2c62b7aad5263b746def7f4c2543c5 /PKGBUILD
parent02b349b4ca7ea4576df2182d772a9187a4540f5c (diff)
downloadaur-e0efbe05720a6a7d6ec4cdb3b98a0ebcac2a6377.tar.gz
Update for python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feb7a120079c..48075f82e712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-extension-helpers
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Helpers to assist with building Python packages with compiled C/Cython extensions"
arch=('i686' 'x86_64')
url="http://extension-helpers.readthedocs.io"