summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d1db2acba5..c546ce27110f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astromatic-scamp
pkgdesc = computes astrometric and photometric solutions for any arbitrary sequence of FITS images in a completely automatic way.
- pkgver = 2.0.4
+ pkgver = 2.6.7
pkgrel = 1
url = http://www.astromatic.net/software/scamp
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = astromatic-scamp
depends = atlas-lapack
depends = astromatic-sextractor
depends = cdsclient
- source = http://www.astromatic.net/download/scamp/scamp-2.0.4.tar.gz
- sha1sums = 0c81ba051c17adda3b779d06059cec86ab1912dd
+ source = https://github.com/astromatic/scamp/archive/v2.6.7.tar.gz
+ sha1sums = e52abdf41c617f94dfc93a43d020b8e044f291ec
pkgname = astromatic-scamp
diff --git a/PKGBUILD b/PKGBUILD
index 669366dfede6..fea188eeb8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astromatic-scamp
_pkgname=scamp
-pkgver=2.0.4
+pkgver=2.6.7
pkgrel=1
pkgdesc="computes astrometric and photometric solutions for any arbitrary sequence of FITS images in a completely automatic way."
url="http://www.astromatic.net/software/scamp"
@@ -13,11 +13,12 @@ makedepends=()
conflicts=()
replaces=()
backup=()
-source=(http://www.astromatic.net/download/scamp/scamp-${pkgver}.tar.gz)
-sha1sums=('0c81ba051c17adda3b779d06059cec86ab1912dd')
+source=(https://github.com/astromatic/scamp/archive/v${pkgver}.tar.gz)
+sha1sums=('e52abdf41c617f94dfc93a43d020b8e044f291ec')
build() {
cd $srcdir/${_pkgname}-${pkgver}
+ sh autogen.sh
./configure --prefix=/usr
make
}