summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-01-09 19:34:56 +0800
committerYen Chi Hsuan2016-01-09 19:34:56 +0800
commit6cd49ce998a496d4593826eb0b954dbd4990469f (patch)
tree5e9e68cb3a51a068494d622e8936316f7415d6aa
parent9b5d8d8718e45b94ec08b26f82aeec569b8575b0 (diff)
downloadaur-6cd49ce998a496d4593826eb0b954dbd4990469f.tar.gz
Adopt the package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1821d85c313c..b504b0dc3fc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,19 @@
+# Generated by mksrcinfo v8
+# Sat Jan 9 11:34:43 UTC 2016
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/ocaml-extlib/
arch = i686
arch = x86_64
license = LGPL
makedepends = ocaml-findlib
makedepends = camlp4
+ makedepends = cppo
depends = ocaml
options = staticlibs
+ options = !makeflags
source = https://github.com/ygrek/ocaml-extlib/archive/1.7.0.tar.gz
md5sums = b50b02d9e40d35cc20c82d9c881a1bf6
diff --git a/PKGBUILD b/PKGBUILD
index bd8a28eb8b3d..4c9070e57a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=ocaml-extlib
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64')
url="http://code.google.com/p/ocaml-extlib/"
license=('LGPL')
depends=('ocaml')
-makedepends=('ocaml-findlib' 'camlp4')
+makedepends=('ocaml-findlib' 'camlp4' 'cppo')
source=(https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz)
-options=('staticlibs')
+options=('staticlibs' '!makeflags')
build() {
cd ${srcdir}/ocaml-extlib-${pkgver}/src