summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 07:23:57 +1300
committercaltlgin2020-12-03 07:23:57 +1300
commitfd5796ca74abb0ac441abd427078145bac73ccca (patch)
tree1fcaa0e9760948453efe2b7828fefd4d381e652c
parenta2849363606cabf75c74a19ebab498b4f37c88c8 (diff)
downloadaur-fd5796ca74abb0ac441abd427078145bac73ccca.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 69305307d2ef..d8427446b6b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextinspace-git
pkgdesc = Print upcoming space-related events to your terminal
- pkgver = 1.0.0.r7.g13e05ad
+ pkgver = 1.0.6.r2.g1763952
pkgrel = 1
url = https://github.com/The-Kid-Gid/nextinspace
arch = any
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 1c69617766c8..d55711bf9c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='nextinspace'
pkgname="${_pkgname}-git"
-pkgver=1.0.0.r7.g13e05ad
+pkgver=1.0.6.r2.g1763952
pkgrel=1
pkgdesc='Print upcoming space-related events to your terminal'
arch=('any')