summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Dallilar2021-03-03 21:51:31 +0100
committerYigit Dallilar2021-03-03 21:51:31 +0100
commit5efd6db11a6fae7c4b31e7bf6a33253a8a58707b (patch)
tree96f35cf7cb76a5c86c4823b626dd31f17519dfa8 /PKGBUILD
parent6a6373b89c8215cecfe9a5d7ed8fb5a8758aba1a (diff)
downloadaur-5efd6db11a6fae7c4b31e7bf6a33253a8a58707b.tar.gz
v2.10.0
Diffstat (limited to 'PKGBUILD')
-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
}