summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-08-19 11:15:54 -0600
committeryochananmarqos2019-08-19 11:15:54 -0600
commitd461ed56f810fa25e42c6d877bd068ab629850e8 (patch)
tree115ec0e1d5bff09efbf91e44d5cd69a50b1f8ba5
parent93b7c9e9ce9863fb475a014829ea76f7cb940b03 (diff)
downloadaur-d461ed56f810fa25e42c6d877bd068ab629850e8.tar.gz
disable makeflags
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dcb47ec9ffa..b22552cc0e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = ncsa-mosaic-git
provides = mosaic
conflicts = ncsa-mosaic
conflicts = mosaic
+ options = !makeflags
source = git+https://github.com/yotann/ncsa-mosaic.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80ab06434185..3037c89c88e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ depends=('openmotif' 'libjpeg' 'libpng' 'libxmu' 'libxpm' 'xorg-fonts-misc' 'xor
makedepends=('git')
provides=("${pkgname%-git}" 'mosaic')
conflicts=("${pkgname%-git}" 'mosaic')
+options=(!makeflags)
source=('git+https://github.com/yotann/ncsa-mosaic.git')
sha256sums=('SKIP')