Konstantin Gizdov pushed to branch main at Arch Linux / Packaging / Packages /
ocaml-zarith
Commits:
9bfad2f6 by Konstantin Gizdov at 2024-10-13T18:26:24+03:00
upgpkg: 1.14-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ocaml-zarith
pkgdesc = Implements arithmetic and logical operations over
arbitrary-precision integers and rational numbers
- pkgver = 1.13
- pkgrel = 5
+ pkgver = 1.14
+ pkgrel = 1
url = https://github.com/ocaml/Zarith
arch = x86_64
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = ocaml-zarith
provides = zarith
options = !strip
options = !debug
- source = https://github.com/ocaml/Zarith/archive/release-1.13.tar.gz
- sha256sums =
a5826d33fea0103ad6e66f92583d8e075fb77976de893ffdd73ada0409b3f83b
+ source = https://github.com/ocaml/Zarith/archive/release-1.14.tar.gz
+ b2sums =
e00b6ed0893a7a4b53c859edc02030336f1c35405202f87741d87288819bdb6562bb3728c6950074b625ad9e5a16cc4afd39c4e0e2486ba18f1a84e49339fdd3
pkgname = ocaml-zarith
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=ocaml-zarith
provides=('zarith')
-pkgver=1.13
-pkgrel=5
+pkgver=1.14
+pkgrel=1
pkgdesc='Implements arithmetic and logical operations over arbitrary-precision
integers and rational numbers'
url='https://github.com/ocaml/Zarith'
arch=('x86_64')
@@ -12,18 +12,18 @@ license=('GPL2')
depends=('ocaml' 'ocaml-compiler-libs' 'gmp')
makedepends=('ocaml-findlib')
source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz")
-sha256sums=('a5826d33fea0103ad6e66f92583d8e075fb77976de893ffdd73ada0409b3f83b')
+b2sums=('e00b6ed0893a7a4b53c859edc02030336f1c35405202f87741d87288819bdb6562bb3728c6950074b625ad9e5a16cc4afd39c4e0e2486ba18f1a84e49339fdd3')
options=(!strip !debug)
build() {
- cd Zarith-release-${pkgver}
+ cd "${srcdir}/Zarith-release-${pkgver}"
- ./configure -installdir "/usr/lib/ocaml"
+ ./configure -installdir /usr/lib/ocaml
make -j1
}
package() {
- cd Zarith-release-${pkgver}
- mkdir -p "${pkgdir}/usr/lib/ocaml/stublibs"
- make install INSTALLDIR=${pkgdir}/usr/lib/ocaml
+ cd "${srcdir}/Zarith-release-${pkgver}"
+ mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+ make install INSTALLDIR="${pkgdir}"/usr/lib/ocaml
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/9bfad2f6a0c32ac93b79f77d51d891c2a1dedd84
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/9bfad2f6a0c32ac93b79f77d51d891c2a1dedd84
You're receiving this email because of your account on gitlab.archlinux.org.