--- PKGBUILD.orig 2015-02-16 22:33:11.727516732 -0800 +++ PKGBUILD 2015-02-16 22:35:48.114183542 -0800 @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski pkgname=camlp4 -pkgver=4.02.0+1 +pkgver=4.02.1+2 pkgrel=1 pkgdesc="Caml Preprocessor and Pretty-Printer" arch=('i686' 'x86_64') @@ -13,13 +13,13 @@ source=(https://github.com/ocaml/camlp4/ options=('!makeflags' '!emptydirs' 'staticlibs') build() { - cd "${srcdir}/${pkgname}-4.02.0-1" + cd "${srcdir}/${pkgname}-4.02.1-2" ./configure - make all + make all camlp4/META } package() { - cd "${srcdir}/${pkgbase}-4.02.0-1" - make BINDIR="${pkgdir}"/usr/bin LIBDIR="${pkgdir}"/usr/lib/ocaml install + cd "${srcdir}/${pkgbase}-4.02.1-2" + make BINDIR="${pkgdir}"/usr/bin LIBDIR="${pkgdir}"/usr/lib/ocaml PKGDIR="${pkgdir}"/usr/lib/ocaml install install-META } -md5sums=('958e994b17ff803ab3a065db1005489e') +md5sums=('b781ffab7ed710d6fb4245b7198e3bfc')