summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:12:22 +0000
committerWill Handley2020-12-02 09:12:22 +0000
commit69f109f4e4bc0b5847b598cf6da51522ec702d5c (patch)
tree2aadfc4b8661a822cf6875721ded9cc65d4e8979
parent6ab43220354fdd12947c077bb222d0833282ce13 (diff)
downloadaur-69f109f4e4bc0b5847b598cf6da51522ec702d5c.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d6adf7a78c..a19f00309aee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywwt
pkgdesc = Python interface to the Windows and Web client of WorldWide Telescope
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WorldWideTelescope/pywwt
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 81a7415904c3..2c7cd55b52c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=pywwt
pkgname=python-$_modulename
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to the Windows and Web client of WorldWide Telescope"
arch=(any)
url="https://github.com/WorldWideTelescope/pywwt"