summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoredombek2024-01-09 20:51:38 +0300
committeredombek2024-01-09 20:51:38 +0300
commitfbfb7de90ed2cdc5351ecb287c206190e03d585c (patch)
tree10a86ec29bbd5a5daaad4d1b7f8ec81c42ff1a76 /PKGBUILD
parent3e425f6be62909de125d8d4c4d7922024dcae764 (diff)
downloadaur-fbfb7de90ed2cdc5351ecb287c206190e03d585c.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f105eada446..43852a68fd7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,15 @@
pkgname=ds9
pkgver=8.5
-pkgrel=1
+pkgrel=2
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
url="http://hea-www.harvard.edu/RD/ds9/"
arch=('x86_64')
license=('GPL2')
-provides=(ds9)
-conflicts=(ds9-bin)
depends=(libx11 zlib libxslt libxml2 libxft tcl tk)
options=(!strip !lto)
makedepends=(gcc make automake autoconf zip)
-replaces=()
-backup=()
-source=("https://github.com/SAOImageDS9/SAOImageDS9/archive/v${pkgver}.tar.gz"
+source=($pkgname-$pkgver.tar.gz::"https://github.com/SAOImageDS9/SAOImageDS9/archive/v${pkgver}.tar.gz"
"ds9.desktop")
md5sums=('066f1537d7f1e62cce9e291318579aa1'
'f1738e4ec665ae9afd1b65b86e6a07f1')