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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Thu Aug 12 08:38:28 UTC 2021


    Date: Thursday, August 12, 2021 @ 08:38:27
  Author: kgizdov
Revision: 997508

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-12 08:38:22 UTC (rev 997507)
+++ PKGBUILD	2021-08-12 08:38:27 UTC (rev 997508)
@@ -1,29 +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.11
-pkgrel=2
-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=('gmp')
-makedepends=('ocaml>=4.12.0' 'ocaml-findlib' )
-source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
-sha256sums=('f996af120a10fd06a8272ae99b7affd57cef49c57a3a596e2f589147dd183684')
-
-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 997507, ocaml-zarith/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-12 08:38:27 UTC (rev 997508)
@@ -0,0 +1,29 @@
+# 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=1
+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=('gmp')
+makedepends=('ocaml>=4.12.0' 'ocaml-findlib' )
+source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
+sha256sums=('cc32563c3845c86d0f609c86d83bf8607ef12354863d31d3bffc0dacf1ed2881')
+
+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