[arch-commits] Commit in ocaml-integers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Jul 27 15:51:34 UTC 2021


    Date: Tuesday, July 27, 2021 @ 15:51:34
  Author: juergen
Revision: 420520

archrelease: copy trunk to extra-x86_64

Added:
  ocaml-integers/repos/extra-x86_64/PKGBUILD
    (from rev 420519, ocaml-integers/trunk/PKGBUILD)
Deleted:
  ocaml-integers/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 15:51:27 UTC (rev 420519)
+++ PKGBUILD	2021-07-27 15:51:34 UTC (rev 420520)
@@ -1,30 +0,0 @@
-# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
-
-pkgname=ocaml-integers
-pkgver=0.4.0
-pkgrel=3
-pkgdesc='Library for binding to C libraries using pure OCaml'
-arch=('i686' 'x86_64')
-url=https://github.com/ocamllabs/ocaml-integers
-license=('custom')
-options=('!strip')
-makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.11.0' 'ocamlbuild' 'opam')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('ba6e087606c622533ecca9dc4c0917a3cc183e73e3e7d8511b68e21183ef913f')
-
-
-build() {
-  cd ${pkgname}-$pkgver
-  dune build --profile release
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-
-  opam-installer --prefix="${pkgdir}/usr" \
-		 --libdir="${pkgdir}$(ocamlc -where)" \
-		 --docdir="${pkgdir}/usr/share/doc" \
-		 --stubsdir="${pkgdir}$(ocamlc -where)/stublibs" \
-		 ./_build/default/integers.install
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE.md
-}

Copied: ocaml-integers/repos/extra-x86_64/PKGBUILD (from rev 420519, ocaml-integers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-27 15:51:34 UTC (rev 420520)
@@ -0,0 +1,30 @@
+# Maintainer: Jürgen Hötzel <juergen at archlinux.org>
+
+pkgname=ocaml-integers
+pkgver=0.4.0
+pkgrel=4
+pkgdesc='Library for binding to C libraries using pure OCaml'
+arch=('i686' 'x86_64')
+url=https://github.com/ocamllabs/ocaml-integers
+license=('custom')
+options=('!strip')
+makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.12.0' 'ocamlbuild' 'opam')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('ba6e087606c622533ecca9dc4c0917a3cc183e73e3e7d8511b68e21183ef913f')
+
+
+build() {
+  cd ${pkgname}-$pkgver
+  dune build --profile release
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+
+  opam-installer --prefix="${pkgdir}/usr" \
+		 --libdir="${pkgdir}$(ocamlc -where)" \
+		 --docdir="${pkgdir}/usr/share/doc" \
+		 --stubsdir="${pkgdir}$(ocamlc -where)/stublibs" \
+		 ./_build/default/integers.install
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE.md
+}



More information about the arch-commits mailing list