summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bdb020fdab3..ad9e982aa517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=astromatic-scamp
_pkgname=scamp
-pkgver=2.6.7
-pkgrel=4
+pkgver=2.10.0
+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"
arch=('x86_64')
@@ -14,14 +14,14 @@ conflicts=()
replaces=()
backup=()
source=(https://github.com/astromatic/scamp/archive/v${pkgver}.tar.gz)
-sha1sums=('e52abdf41c617f94dfc93a43d020b8e044f291ec')
+sha1sums=('59a8f9d8780ce07bcfef3d80c718141f0884d9dd')
build() {
_COPTS="--enable-openblas --with-openblas-incdir=/usr/include"
cd $srcdir/${_pkgname}-${pkgver}
- sh autogen.sh
+ ./autogen.sh
./configure --prefix=/usr $_COPTS
make
}