Date: Thursday, May 18, 2023 @ 19:56:26
  Author: juergen
Revision: 1463134

archrelease: copy trunk to community-x86_64

Added:
  camlp5/repos/community-x86_64/PKGBUILD
    (from rev 1463133, camlp5/trunk/PKGBUILD)
Deleted:
  camlp5/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:54:10 UTC (rev 1463133)
+++ PKGBUILD    2023-05-18 19:56:26 UTC (rev 1463134)
@@ -1,43 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Contributor: Matej Grabovsky <matej.grabovsky at gmail>
-# Contributor: Kohei Suzuki <eagle...@gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-# Contributor: George Giorgidze <giorgi...@gmail.com>
-# Contributor: Massimiliano Brocchini <brocch...@netseven.it>
-# Contributor: Tej Chajed <tchajed at mit dot edu>
-
-pkgname=camlp5
-pkgver=8.0
-_relname=rel8.00.03
-pkgrel=4
-arch=('x86_64')
-pkgdesc='A preprocessor-pretty-printer of OCaml.'
-url='https://camlp5.github.io/'
-license=('BSD')
-depends=('ocaml>=4.14.0' 'camlp-streams')
-makedepends=('ocaml-compiler-libs>=4.14.0' 'ocaml-findlib')
-source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz";)
-sha256sums=('1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4')
-options=('!strip' 'staticlibs')
-
-build() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  ./configure \
-    -prefix '/usr' \
-    -mandir '/usr/share/man' \
-    -strict
-
-  make world.opt
-}
-
-package() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
-}
-

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 1463133, 
camlp5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 19:56:26 UTC (rev 1463134)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: Matej Grabovsky <matej.grabovsky at gmail>
+# Contributor: Kohei Suzuki <eagle...@gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+# Contributor: George Giorgidze <giorgi...@gmail.com>
+# Contributor: Massimiliano Brocchini <brocch...@netseven.it>
+# Contributor: Tej Chajed <tchajed at mit dot edu>
+
+pkgname=camlp5
+pkgver=8.0
+_relname=rel8.00.04
+pkgrel=5
+arch=('x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml' 'camlp-streams')
+makedepends=('ocaml-compiler-libs' 'ocaml-findlib')
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz";)
+sha256sums=('bddbcb5c3c2d410c9a61c4dfb6e46e3bbe984d25ac68221a7a65c82a29956b1d')
+options=('!strip' 'staticlibs')
+
+build() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  ./configure \
+    -prefix '/usr' \
+    -mandir '/usr/share/man' \
+    -strict
+
+  make world.opt
+}
+
+package() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+

Reply via email to