summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclu2018-11-24 13:58:40 -0700
committerclu2018-11-24 13:58:40 -0700
commit07f40684cc11d7fc8cd2f6b27a37b8de0516e574 (patch)
tree0802de7a41522b1f33e984d5ba722b1351bccf97
parentc4dcf4ab169e5f8e349b7495f303d13c63a00437 (diff)
downloadaur-montage.tar.gz
Update montage to version 6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d26fd28449..a9b968700edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = montage
pkgdesc = An astronomical image mosaic engine
- pkgver = 5.0
+ pkgver = 6.0
pkgrel = 1
url = http://montage.ipac.caltech.edu/
arch = i686
arch = x86_64
license = custom
- source = http://montage.ipac.caltech.edu/download/Montage_v5.0.tar.gz
- sha1sums = c66d7ea01d3c11506b43759ade68c817092b120e
+ source = http://montage.ipac.caltech.edu/download/Montage_v6.0.tar.gz
+ sha1sums = 2dce8874cafc2842574747477312aa43cb950c45
pkgname = montage
diff --git a/PKGBUILD b/PKGBUILD
index 85498d16bb25..cd74f9e8757c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <clu@eeviac>
pkgname=montage
-pkgver=5.0
+pkgver=6.0
pkgrel=1
pkgdesc="An astronomical image mosaic engine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=()
provides=()
conflicts=()
source=("http://montage.ipac.caltech.edu/download/Montage_v$pkgver.tar.gz")
-sha1sums=('c66d7ea01d3c11506b43759ade68c817092b120e')
+sha1sums=('2dce8874cafc2842574747477312aa43cb950c45')
build() {
cd $srcdir/Montage
@@ -27,6 +27,9 @@ package() {
mkdir -p $pkgdir/usr/bin
install -Dm755 bin/* $pkgdir/usr/bin
+ # Provided by wcslib package...
+ rm $pkgdir/usr/bin/HPXcvt
+
#custom license...
mkdir -p $pkgdir/usr/share/licenses/$pkgname
install -Dm644 $srcdir/Montage/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE