diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
commit | ad0b917485532584dfcb65a1aa059ce1e627a17a (patch) | |
tree | 1e2f100c42ab0aea56eb9c983df9ab5a0e82a6a8 /abs/extra/camlp4 | |
parent | 6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (diff) | |
parent | 4d4d8d4d6e947e7c765d9fa49a73ace87da10784 (diff) | |
download | linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.zip linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.gz linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/camlp4')
-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() { |