[arch-commits] Commit in ocaml-zarith/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Aug 9 20:34:17 UTC 2022


    Date: Tuesday, August 9, 2022 @ 20:34:17
  Author: juergen
Revision: 1264571

archrelease: copy trunk to community-x86_64

Added:
  ocaml-zarith/repos/community-x86_64/PKGBUILD
    (from rev 1264570, ocaml-zarith/trunk/PKGBUILD)
Deleted:
  ocaml-zarith/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 20:33:57 UTC (rev 1264570)
+++ PKGBUILD	2022-08-09 20:34:17 UTC (rev 1264571)
@@ -1,30 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Oliver Bandel <oliver at first.in-berlin.de>
-
-pkgname=ocaml-zarith
-provides=('zarith')
-pkgver=1.12
-pkgrel=4
-pkgdesc='Implements arithmetic and logical operations over arbitrary-precision integers and rational numbers'
-url='https://github.com/ocaml/Zarith'
-arch=('x86_64')
-license=('GPL2')
-depends=('ocaml>=4.13.1' 'gmp')
-makedepends=('ocaml-findlib')
-source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
-sha256sums=('cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881')
-options=(!strip)
-
-build() {
-  cd Zarith-release-${pkgver}
-
-  ./configure -installdir "${pkgdir}/usr/lib/ocaml" # install ignores DESTDIR
-  make -j1
-}
-
-package() {
-  cd Zarith-release-${pkgver}
-
-  mkdir -p "${pkgdir}/usr/lib/ocaml"
-  OCAMLFIND_LDCONF=ignore make install
-}

Copied: ocaml-zarith/repos/community-x86_64/PKGBUILD (from rev 1264570, ocaml-zarith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 20:34:17 UTC (rev 1264571)
@@ -0,0 +1,30 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Oliver Bandel <oliver at first.in-berlin.de>
+
+pkgname=ocaml-zarith
+provides=('zarith')
+pkgver=1.12
+pkgrel=5
+pkgdesc='Implements arithmetic and logical operations over arbitrary-precision integers and rational numbers'
+url='https://github.com/ocaml/Zarith'
+arch=('x86_64')
+license=('GPL2')
+depends=('ocaml>=4.14.0' 'ocaml-compiler-libs' 'gmp')
+makedepends=('ocaml-findlib')
+source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
+sha256sums=('cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881')
+options=(!strip)
+
+build() {
+  cd Zarith-release-${pkgver}
+
+  ./configure -installdir "${pkgdir}/usr/lib/ocaml" # install ignores DESTDIR
+  make -j1
+}
+
+package() {
+  cd Zarith-release-${pkgver}
+
+  mkdir -p "${pkgdir}/usr/lib/ocaml"
+  OCAMLFIND_LDCONF=ignore make install
+}



More information about the arch-commits mailing list