summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e616af79a76..2a80b102a44c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = astromatic-scamp
license = GPL
depends = astromatic-sextractor
depends = cdsclient
+ 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