summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 09:11:25 +1300
committercaltlgin2020-12-03 09:11:25 +1300
commit4ce60bc5d6eee8e6e5ab462ce65d9c13c8dc6ded (patch)
tree41894a80b0ad6761dc9037510e2fd16edb08bdf2
parentfe115947384bdf34e0addab4cd9293abda0a351d (diff)
downloadaur-4ce60bc5d6eee8e6e5ab462ce65d9c13c8dc6ded.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afad547d734d..b26bad5ffe06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pscript
pkgdesc = Python to JavaScript compiler
pkgver = 0.7.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flexxui/pscript
arch = any
license = BSD
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 889e6b58cf97..1c5407ef5976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='pscript'
pkgname="python-${_pkgname}"
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
pkgdesc='Python to JavaScript compiler'
arch=('any')
url='https://github.com/flexxui/pscript'