summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2023-01-03 11:35:22 -0700
committerclu2023-01-03 11:35:22 -0700
commitb4f519fba1925d810f3a12a0cd0544c106269e14 (patch)
treecddb469ef7c2f91ad8c64795af6a44be3dd738fa
parent44b9f53aca1703548e6c6734f27fb15c5579b9f4 (diff)
parent6ba73773f84aefd672fa8d247beb58897e40c71a (diff)
downloadaur-b4f519fba1925d810f3a12a0cd0544c106269e14.tar.gz
Update to version 1.8.1, add optdepends for ds9, remove i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f2a283e7be..41d40f676b83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = python-pyds9
pkgver = 1.8.1
pkgrel = 1
url = http://hea-www.harvard.edu/RD/ds9/
- arch = i686
arch = x86_64
license = GPL2
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9b134979d90b..10dbd26b47bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.8.1
pkgrel=1
pkgdesc="A Python Connection to DS9 via XPA"
url="http://hea-www.harvard.edu/RD/ds9/"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL2')
depends=('python')
makedepends=('python' 'python-distribute' 'libxt')