summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-12-28 05:43:01 -0500
committerEric Bailey2017-12-28 05:43:01 -0500
commitc834e344e90073cce9535e9d933df6f1d71ebc1d (patch)
tree50bba9d5ee94ce3fcc4d44f08a219e48d12f03c7 /PKGBUILD
parentf15014b56adf7c98db4d83551facd01b5c8db6be (diff)
downloadaur-c834e344e90073cce9535e9d933df6f1d71ebc1d.tar.gz
Fix accidentally overwriting options array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e08c6cfff5e9..10c6a293a4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=ocaml-yojson
_oname=yojson
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='An optimized parsing and printing library for JSON'
arch=('i686' 'x86_64' 'armv7h')
-options=('!strip' 'staticlibs')
+options=('!makeflags' '!strip' 'staticlibs')
license=('BSD')
depends=('ocaml-biniou' 'ocaml-easy-format')
makedepends=('ocaml-findlib' 'ocamlbuild' 'cppo')
url="https://github.com/mjambon/yojson"
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
-options=(!makeflags)
sha256sums=('de5ad4fd681f58ae5a670f0a43684873cc6ca50bdf52e63ac0c4b8a8bbe1d51a')
build() {
cd $srcdir/$_oname-$pkgver