summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-04-27 19:24:04 +0200
committerKlaus Alexander Seistrup2024-04-27 19:24:04 +0200
commit4cbbc1ca77754d7d22b60956e155c964460db008 (patch)
tree203e35c49f18a001c71b1b867292b4751ac2fb26 /PKGBUILD
parent4434c48e5c2b8b1486131551044c925676c62e33 (diff)
downloadaur-python-calcpy-git.tar.gz
Bump for Python 3.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b986db01109..2beb334431f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='python-calcpy-git'
_pkgname="${pkgname/-git/}"
_srcname="${_pkgname/python-/}"
pkgver=0.1.r242.gd57a728
-pkgrel=1
+pkgrel=2
pkgdesc='Terminal calculator and advanced math solver using Python, IPython and SymPy (built from latest commit)'
arch=('any')
url="https://github.com/idanpa/$_srcname"