summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaha6622023-01-23 16:07:10 -0500
committerhaha6622023-01-23 16:07:10 -0500
commitbc0412362427962fb1f3af5c27d944b88690873c (patch)
tree73bdf8ade8fd7fc120f576470b9177fb7a835616 /PKGBUILD
parent37c9c39711fde6d72f16d8d0fbbfc0b3fea7ef17 (diff)
downloadaur-bc0412362427962fb1f3af5c27d944b88690873c.tar.gz
upgpkg: ds9 8.4.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 8 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c484fe4ff43..f7dd057a094c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,23 @@
-# Maintainer: Yigit Dallilar <yigit.dallilar at gmail dot com>
+# Maintainer: haha662 <i at haha dot moe>
+# Contributor: Yigit Dallilar <yigit.dallilar at gmail dot com>
pkgname=ds9
-pkgver=8.3
-pkgrel=5
+pkgver=8.4.1
+pkgrel=1
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
url="http://hea-www.harvard.edu/RD/ds9/"
arch=('x86_64')
license=('GPL2')
-conflicts=(ds9-bin)
depends=()
-options=(!strip)
makedepends=(libx11 libxslt libxml2 libxft tcl zip)
replaces=()
backup=()
source=("https://github.com/SAOImageDS9/SAOImageDS9/archive/v${pkgver}.tar.gz"
"ds9.desktop"
- "ds9.png"
- "format-security.patch")
-md5sums=('1c3784c93d63ee1c194b0480f17d3f93'
- 'f1738e4ec665ae9afd1b65b86e6a07f1'
- '9297d5738f5f462831075c483dc785d5'
- '64ebd4c1e03b45fc682b692046028f1d')
-
-
-prepare() {
- cd ${srcdir}/SAOImageDS9-${pkgver}
- patch --strip=1 < ../format-security.patch
-}
+ "ds9.png")
+sha256sums=('1c6e23b79c9747f78afa9dcdd5da2fc086156acdfc61ff09a5507cdfca3dce71'
+ 'ee493d31fed473493cc95a177f753fb73c92d699acd47ff7d6f491f3bcd84ccf'
+ 'ff5f38cfdfd59aee262ae3443fddf35d644b8604c9d6ab07eb96a137ee0a0d28')
build() {
LDFLAGS="-lm $LDFLAGS"