summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYIGIT DALLILAR2018-05-19 21:14:48 -0400
committerYIGIT DALLILAR2018-05-19 21:14:48 -0400
commit6ea99beecb9b6381cd665654946792d40b2c33f2 (patch)
treebd9540071f42f73397fea728828cd05f6a3697f8 /PKGBUILD
parent5c327dba96f42e424a7df19b219c61e8baa30f9f (diff)
downloadaur-6ea99beecb9b6381cd665654946792d40b2c33f2.tar.gz
upgrade version to 2.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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
}