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

Jürgen Hötzel juergen at archlinux.org
Tue Nov 15 18:42:03 UTC 2016


    Date: Tuesday, November 15, 2016 @ 18:42:02
  Author: juergen
Revision: 195989

upgpkg: camlp4 4.04-1

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 18:29:42 UTC (rev 195988)
+++ PKGBUILD	2016-11-15 18:42:02 UTC (rev 195989)
@@ -3,16 +3,16 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=camlp4
-pkgver=4.03+1
+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>=4.03.0')
+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() {



More information about the arch-commits mailing list