summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-11-01 10:30:18 +0000
committerWill Handley2020-11-01 10:30:18 +0000
commit6ab43220354fdd12947c077bb222d0833282ce13 (patch)
treee49725ffa1abf442b6031f8f720a3f8592b2e19b
parent033e0367e8bd08807ac01efbfa586c30e1c50868 (diff)
downloadaur-6ab43220354fdd12947c077bb222d0833282ce13.tar.gz
0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59d2a831ed2..24d6adf7a78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywwt
pkgdesc = Python interface to the Windows and Web client of WorldWide Telescope
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/WorldWideTelescope/pywwt
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-pywwt
depends = python-flask
depends = python-six
options = !emptydirs
- source = https://github.com/WorldWideTelescope/pywwt/archive/v0.8.0.tar.gz
- sha256sums = e21c191245a98c3fbb064bb3927023af3c22b83055e5c518aaaa115de9f882de
+ source = https://github.com/WorldWideTelescope/pywwt/archive/v0.9.0.tar.gz
+ sha256sums = e4efa7fbd5d729b94fb1e6124a55dc37071dca15959f210350133cb315c0ffdb
pkgname = python-pywwt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b20752a93bec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 7f336081c768..81a7415904c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=pywwt
pkgname=python-$_modulename
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Python interface to the Windows and Web client of WorldWide Telescope"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e21c191245a98c3fbb064bb3927023af3c22b83055e5c518aaaa115de9f882de')
+sha256sums=('e4efa7fbd5d729b94fb1e6124a55dc37071dca15959f210350133cb315c0ffdb')
#check() {
# cd "$srcdir/CAMB-$pkgver/"
# python setup.py test