summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2015-10-10 15:21:52 +0200
committerJ5lx2015-10-10 15:21:52 +0200
commiteebbb8a7012282d8f36c5df17d1c6ba749eebd2a (patch)
treee1e409ab738fe76258d38689c5c26e90db6f4448 /PKGBUILD
parent7bc03e7922fd6a8be2204f6d2ca94a82dafac26e (diff)
downloadaur-eebbb8a7012282d8f36c5df17d1c6ba749eebd2a.tar.gz
0.5.2-2: Make sure the syntax package is built
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef78fa62118f..dc6639bf270c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ocaml-duppy
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
license=('LGPL2.1')
arch=('i686' 'x86_64')
pkgdesc=("OCaml asynchronous scheduler and monad for server-oriented programming")
url="https://github.com/savonet/ocaml-duppy"
-depends=('ocaml' 'ocaml-pcre')
+depends=('ocaml' 'camlp4' 'ocaml-pcre')
makedepends=('ocaml-findlib')
source=("https://github.com/savonet/ocaml-duppy/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
options=('!strip')