summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-12-15 00:15:47 +0100
committerM0Rf302019-12-15 00:15:47 +0100
commite0c05153408b78ba1bb2cfe3b4dccdad7c992446 (patch)
tree447a302bb14cae2a534290f23ae451ac695e076c
parentbbf276f6b1f8fa6d6d2853cfe988b97991dc7b2f (diff)
downloadaur-e0c05153408b78ba1bb2cfe3b4dccdad7c992446.tar.gz
ocaml-fdkaac-git: disable makeflags
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ea6ba19822..285c86e03b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = ocaml-fdkaac-git
depends = ocaml
depends = libfdk-aac
options = !strip
+ options = !makeflags
source = ocaml-fdkaac-git::git+https://github.com/savonet/ocaml-fdkaac.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 360f2a91f1c3..e6a9718281c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/savonet/ocaml-fdkaac"
license=('GPL')
depends=('ocaml' 'libfdk-aac')
makedepends=('ocaml-findlib')
-options=('!strip')
+options=('!strip' '!makeflags')
source=("${pkgname}::git+https://github.com/savonet/ocaml-fdkaac.git")
pkgver() {