diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/camlp4/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/camlp4/PKGBUILD b/abs/extra/camlp4/PKGBUILD index 9f66a18..ad29815 100644 --- a/abs/extra/camlp4/PKGBUILD +++ b/abs/extra/camlp4/PKGBUILD @@ -3,16 +3,16 @@ # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=camlp4 -pkgver=4.02+6 +pkgver=4.04 pkgrel=1 pkgdesc='Caml preprocessor and pretty-printer' arch=('x86_64' 'i686') license=('GPL2') url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml') -makedepends=('git') +depends=('ocaml>=4.04.0') +makedepends=('git' 'ocamlbuild') options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#tag=$pkgver") +source=("git://github.com/ocaml/camlp4#branch=$pkgver") md5sums=('SKIP') build() { |