[arch-commits] Commit in camlp4/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Wed Oct 19 07:32:17 UTC 2016


    Date: Wednesday, October 19, 2016 @ 07:32:16
  Author: juergen
Revision: 192558

upgpkg: camlp4 4.03+1-1

Rebuild against OCaml 4.03.0

Modified:
  camlp4/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-19 06:17:36 UTC (rev 192557)
+++ PKGBUILD	2016-10-19 07:32:16 UTC (rev 192558)
@@ -3,14 +3,14 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=camlp4
-pkgver=4.02+6
+pkgver=4.03+1
 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.03.0')
+makedepends=('git' 'ocamlbuild')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 source=("git://github.com/ocaml/camlp4#tag=$pkgver")
 md5sums=('SKIP')



More information about the arch-commits mailing list