summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kubica2014-09-13 02:26:17 +0200
committerMarek Kubica2014-09-13 02:26:17 +0200
commitd0d9c11f2f7cd41ff9b680647edb3d8bbaefbd25 (patch)
treeab4af2e9044d1f82e38a829b68be5f4ab2386b3f
parent1c3ecd02bd4ed0e1710707bcab883938b93f9aaf (diff)
downloadaur-d0d9c11f2f7cd41ff9b680647edb3d8bbaefbd25.tar.gz
Added camlp4 to makedepends since it was split out of OCaml 4.02
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ff0b10388d..f4f9387dd59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ocaml-camomile
pkgdesc = Comprehensive Unicode library for OCaml
pkgver = 0.8.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/yoriyuki/Camomile
arch = i686
arch = x86_64
license = LGPL
makedepends = ocaml
+ makedepends = camlp4
makedepends = ocaml-findlib>=1.2.3
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 80023fbc4c30..9a816b183056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
pkgname=ocaml-camomile
pkgver=0.8.5
-pkgrel=4
+pkgrel=5
pkgdesc="Comprehensive Unicode library for OCaml"
arch=('i686' 'x86_64')
url="https://github.com/yoriyuki/Camomile"
license=('LGPL')
-makedepends=('ocaml' 'ocaml-findlib>=1.2.3')
+makedepends=('ocaml' 'camlp4' 'ocaml-findlib>=1.2.3')
source=(https://github.com/yoriyuki/${pkgname/ocaml-}/releases/download/rel-$pkgver/${pkgname/ocaml-/}-$pkgver.tar.bz2
0002-Install-missing-camomileLibrary.a.patch)
sha512sums=('ef4da32f955e69e0b2958b4b2bf12ae94e210d8aa7cee5a9030607b79ac43a884758549f3164c223fb07d987a4a50b15f0bc5083ff67120270409f7fb9928014'