summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-06-06 18:47:58 +0300
committerMr.Smith19742023-06-06 18:47:58 +0300
commitd9273f44171777636cc6b34824f13ab27fb9b339 (patch)
treefa20731efccb9f2f70574ba9a6028b7930c44c5e
parentd3825010cc6d568ba174cb73f6390f5231f64d0b (diff)
downloadaur-d9273f44171777636cc6b34824f13ab27fb9b339.tar.gz
Updated build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 833dda70f3d0..72ba384113de 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 = 4
+ pkgver = 0.19.2
+ pkgrel = 1
url = https://github.com/WorldWideTelescope/pywwt
arch = any
license = BSD
@@ -18,7 +18,7 @@ pkgbase = python-pywwt
depends = python-flask
depends = python-six
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/p/pywwt/pywwt-0.9.0.tar.gz
- sha256sums = a918b612f2164ff7c2167adba9a465659f047a4eb0772ae19bd8905531795925
+ source = https://files.pythonhosted.org/packages/source/p/pywwt/pywwt-0.19.2.tar.gz
+ sha256sums = 6810fb91a3cb12da90552a689dd34d99ce9afd08e1b3bcd2dee0124c185f91f7
pkgname = python-pywwt
diff --git a/PKGBUILD b/PKGBUILD
index 5002c2e78c13..7d802a1eaaca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-pywwt
_name=${pkgname#python-}
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.19.2
+pkgrel=1
pkgdesc="Python interface to the Windows and Web client of WorldWide Telescope"
arch=(any)
url="https://github.com/WorldWideTelescope/pywwt"
@@ -17,7 +17,9 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(a918b612f2164ff7c2167adba9a465659f047a4eb0772ae19bd8905531795925)
+sha256sums=('6810fb91a3cb12da90552a689dd34d99ce9afd08e1b3bcd2dee0124c185f91f7')
+
+
build() {
cd "$srcdir/$_name-$pkgver"
sed -i 's/ensure_python/#ensure_python/' setup.py