summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f6840c12076..2a80b102a44c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astromatic-scamp
pkgdesc = computes astrometric and photometric solutions for any arbitrary sequence of FITS images in a completely automatic way.
- pkgver = 2.6.7
- pkgrel = 4
+ pkgver = 2.10.0
+ pkgrel = 1
url = http://www.astromatic.net/software/scamp
arch = x86_64
license = GPL
depends = astromatic-sextractor
depends = cdsclient
- source = https://github.com/astromatic/scamp/archive/v2.6.7.tar.gz
- sha1sums = e52abdf41c617f94dfc93a43d020b8e044f291ec
+ depends = shapelib
+ source = https://github.com/astromatic/scamp/archive/v2.10.0.tar.gz
+ sha1sums = 59a8f9d8780ce07bcfef3d80c718141f0884d9dd
pkgname = astromatic-scamp
-
diff --git a/PKGBUILD b/PKGBUILD
index ad9e982aa517..4ff9d7864936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="computes astrometric and photometric solutions for any arbitrary sequen
url="http://www.astromatic.net/software/scamp"
arch=('x86_64')
license=('GPL')
-depends=('astromatic-sextractor' 'cdsclient')
+depends=('astromatic-sextractor' 'cdsclient' 'shapelib')
makedepends=()
conflicts=()
replaces=()
@@ -18,7 +18,7 @@ sha1sums=('59a8f9d8780ce07bcfef3d80c718141f0884d9dd')
build() {
- _COPTS="--enable-openblas --with-openblas-incdir=/usr/include"
+ _COPTS="--enable-openblas --with-openblas-incdir=/usr/include/openblas"
cd $srcdir/${_pkgname}-${pkgver}
./autogen.sh