Date: Tuesday, August 14, 2018 @ 15:51:02
  Author: juergen
Revision: 371591

archrelease: copy trunk to community-x86_64

Added:
  camlp4/repos/community-x86_64/PKGBUILD
    (from rev 371590, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-14 15:50:05 UTC (rev 371590)
+++ PKGBUILD    2018-08-14 15:51:02 UTC (rev 371591)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
-# Contributor: Tobias Powalowski <tp...@archlinux.org>
-
-pkgname=camlp4
-pkgver=4.06
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.06.0')
-makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-    BINDIR="$pkgdir/usr/bin" \
-    LIBDIR="$pkgdir/usr/lib/ocaml" \
-    PKGDIR="$pkgdir/usr/lib/ocaml" \
-    install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 371590, 
camlp4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-08-14 15:51:02 UTC (rev 371591)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=camlp4
+pkgver=4.07
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.06.0')
+makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+    BINDIR="$pkgdir/usr/bin" \
+    LIBDIR="$pkgdir/usr/lib/ocaml" \
+    PKGDIR="$pkgdir/usr/lib/ocaml" \
+    install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to