diff options
author | Kaizhao Zhang | 2019-11-16 23:04:32 +0800 |
---|---|---|
committer | Kaizhao Zhang | 2019-11-16 23:04:32 +0800 |
commit | 2c4be28c68bb89f3b3bcdb5c6a5f2a6f69b524e8 (patch) | |
tree | c70191ce6468ca3f821469545d21959c38e3cbd6 | |
parent | 70c51f0811c88ce22583303957de45621967f3dc (diff) | |
download | aur-2c4be28c68bb89f3b3bcdb5c6a5f2a6f69b524e8.tar.gz |
Python 3.7 -> 3.8
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = shivyc pkgdesc = A C compiler written in Python pkgver = 0.5.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/ShivamSarodia/ShivyC arch = x86_64 license = MIT @@ -4,7 +4,7 @@ _srcname=ShivyC pkgname=shivyc pkgver=0.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C compiler written in Python" arch=('x86_64') url="https://github.com/ShivamSarodia/ShivyC" |