summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandalenavals2023-07-17 19:17:06 +0200
committerandalenavals2023-07-17 19:17:06 +0200
commit59ade2aecdb879ce4125634b0a2506ed597a72a0 (patch)
tree63d501ea3e85541d092a5301627e77b747baf4ab /PKGBUILD
parent1d11e9bc7fe9d5b430736b26f69afe2161b32597 (diff)
downloadaur-59ade2aecdb879ce4125634b0a2506ed597a72a0.tar.gz
False_Anomaly suggestions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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