summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2023-01-03 11:30:33 -0700
committerclu2023-01-03 11:30:33 -0700
commit44b9f53aca1703548e6c6734f27fb15c5579b9f4 (patch)
tree0a42fe635981086ffdd686c7ceb192e85bc2ed92
parent840ca81ad4f1f4a65a266eca1312dc47b796a217 (diff)
downloadaur-44b9f53aca1703548e6c6734f27fb15c5579b9f4.tar.gz
Update to version 1.8.1, add optdepends for ds9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 960077c95d17..e4f2a283e7be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyds9
pkgdesc = A Python Connection to DS9 via XPA
- pkgver = 1.8
+ pkgver = 1.8.1
pkgrel = 1
url = http://hea-www.harvard.edu/RD/ds9/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = python-pyds9
makedepends = libxt
depends = python
optdepends = ds9-bin: astronomical data visualization application
- source = https://github.com/ericmandel/pyds9/archive/v1.8.tar.gz
- sha1sums = 59904d9623dd0f121b815a5cb9253cb94045978d
+ optdepends = ds9: astronomical data visualization application
+ source = https://github.com/ericmandel/pyds9/archive/v1.8.1.tar.gz
+ sha1sums = ed8d86d01b4cbb0ad91ed42a0de99efd17b3ab7d
pkgname = python-pyds9
-
diff --git a/PKGBUILD b/PKGBUILD
index dd2eb65003da..9b134979d90b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyds9
_pkgname=pyds9
-pkgver=1.8
+pkgver=1.8.1
pkgrel=1
pkgdesc="A Python Connection to DS9 via XPA"
url="http://hea-www.harvard.edu/RD/ds9/"
@@ -10,12 +10,13 @@ arch=('i686' 'x86_64')
license=('GPL2')
depends=('python')
makedepends=('python' 'python-distribute' 'libxt')
-optdepends=('ds9-bin: astronomical data visualization application')
+optdepends=('ds9-bin: astronomical data visualization application'
+ 'ds9: astronomical data visualization application')
conflicts=()
replaces=()
backup=()
source=(https://github.com/ericmandel/pyds9/archive/v${pkgver}.tar.gz)
-sha1sums=('59904d9623dd0f121b815a5cb9253cb94045978d')
+sha1sums=('ed8d86d01b4cbb0ad91ed42a0de99efd17b3ab7d')
build() {