summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-04-23 02:17:58 +0200
committerM0Rf302018-04-23 02:17:58 +0200
commit3de2fdb03e93b2208b76a26cdfd30538cb9e5684 (patch)
tree859eb634c8a6047754eb8b284b5790f263259f7f
parent5f1babec3855d5b4f2fa5b47061a191bffd14ad6 (diff)
downloadaur-3de2fdb03e93b2208b76a26cdfd30538cb9e5684.tar.gz
ocaml-camomile: fixind makedeps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e36936e6653..093b39d9c378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = ocaml-camomile
pkgdesc = Comprehensive Unicode library for OCaml
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yoriyuki/Camomile
arch = i686
arch = x86_64
license = LGPL
- makedepends = ocaml
makedepends = dune
+ makedepends = ocaml
+ makedepends = ocaml-findlib
+ makedepends = opam
options = !strip
options = !makeflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index cb04ee489e31..870ae208c49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=ocaml-camomile
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Comprehensive Unicode library for OCaml"
arch=('i686' 'x86_64')
url="https://github.com/yoriyuki/Camomile"
license=('LGPL')
-makedepends=('ocaml' 'dune')
+makedepends=('dune' 'ocaml' 'ocaml-findlib' 'opam')
source=(https://github.com/yoriyuki/Camomile/archive/$pkgver.tar.gz)
options=(!strip !makeflags staticlibs)