summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2015-12-26 00:09:59 -0700
committerclu2015-12-26 00:09:59 -0700
commit53ca3e813ccbeb8f0d09fff3af0c81e18a0e8c5e (patch)
treea643b5b0a6203df09f02be24420f81819a8fd04f
parente3f4631d33cf599470af3b506a5258dedb8cc6a5 (diff)
downloadaur-53ca3e813ccbeb8f0d09fff3af0c81e18a0e8c5e.tar.gz
Update to v1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10711fada90a..8b46ef614387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 26 07:09:26 UTC 2015
pkgbase = python2-pyds9
pkgdesc = A Python Connection to DS9 via XPA
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = http://hea-www.harvard.edu/RD/ds9/
arch = i686
@@ -10,8 +12,8 @@ pkgbase = python2-pyds9
makedepends = python2-distribute
depends = python2
optdepends = ds9-bin: astronomical data visualization application
- source = http://hea-www.harvard.edu/RD/download/pyds9/pyds9-1.7.tar.gz
- sha1sums = 454cef329375f13a14eb0059565c0dc91dd1713d
+ source = https://github.com/ericmandel/pyds9/archive/v1.8.tar.gz
+ sha1sums = 59904d9623dd0f121b815a5cb9253cb94045978d
pkgname = python2-pyds9
diff --git a/PKGBUILD b/PKGBUILD
index 142c2e88e5d5..902cda17e799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: <clu>
-pkgname=python2-pyds9
-pkgver=1.7
+pkgname=python2-pyds9
+_pkgname=pyds9
+pkgver=1.8
pkgrel=1
pkgdesc="A Python Connection to DS9 via XPA"
url="http://hea-www.harvard.edu/RD/ds9/"
@@ -13,8 +14,9 @@ optdepends=('ds9-bin: astronomical data visualization application')
conflicts=()
replaces=()
backup=()
-source=(http://hea-www.harvard.edu/RD/download/pyds9/pyds9-$pkgver.tar.gz)
-sha1sums=('454cef329375f13a14eb0059565c0dc91dd1713d')
+source=(https://github.com/ericmandel/pyds9/archive/v${pkgver}.tar.gz)
+sha1sums=('59904d9623dd0f121b815a5cb9253cb94045978d')
+
build() {
cd $srcdir/pyds9-$pkgver