summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-10-10 15:21:52 +0200
committerJ5lx2015-10-10 15:21:52 +0200
commiteebbb8a7012282d8f36c5df17d1c6ba749eebd2a (patch)
treee1e409ab738fe76258d38689c5c26e90db6f4448
parent7bc03e7922fd6a8be2204f6d2ca94a82dafac26e (diff)
downloadaur-eebbb8a7012282d8f36c5df17d1c6ba749eebd2a.tar.gz
0.5.2-2: Make sure the syntax package is built
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b931d8c6830d..988213d00bfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ocaml-duppy
pkgdesc = OCaml asynchronous scheduler and monad for server-oriented programming
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/ocaml-duppy
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = ocaml-findlib
depends = ocaml
+ depends = camlp4
depends = ocaml-pcre
options = !strip
source = https://github.com/savonet/ocaml-duppy/releases/download/0.5.2/ocaml-duppy-0.5.2.tar.gz
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')