Date: Saturday, July 15, 2017 @ 06:16:52 Author: juergen Revision: 245160
upgpkg: camlp4 4.05-1 Modified: camlp4/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-15 03:59:19 UTC (rev 245159) +++ PKGBUILD 2017-07-15 06:16:52 UTC (rev 245160) @@ -3,13 +3,13 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=camlp4 -pkgver=4.04 -pkgrel=3 +pkgver=4.05 +pkgrel=1 pkgdesc='Caml preprocessor and pretty-printer' arch=('x86_64' 'i686') license=('GPL2') url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') +depends=('ocaml>=4.05.0') makedepends=('git' 'ocamlbuild') options=('!makeflags' '!emptydirs' 'staticlibs') source=("git://github.com/ocaml/camlp4#branch=$pkgver")
