Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-zarith


Commits:
e32939c1 by Antonio Rojas at 2024-05-06T00:17:01+02:00
upgpkg: 1.13-4: Rebuild for LTO version bump

- - - - -


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 = 3
+       pkgrel = 4
        url = https://github.com/ocaml/Zarith
        arch = x86_64
        license = GPL2
@@ -11,6 +11,7 @@ pkgbase = ocaml-zarith
        depends = gmp
        provides = zarith
        options = !strip
+       options = !debug
        source = https://github.com/ocaml/Zarith/archive/release-1.13.tar.gz
        sha256sums = 
a5826d33fea0103ad6e66f92583d8e075fb77976de893ffdd73ada0409b3f83b
 


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 pkgname=ocaml-zarith
 provides=('zarith')
 pkgver=1.13
-pkgrel=3
+pkgrel=4
 pkgdesc='Implements arithmetic and logical operations over arbitrary-precision 
integers and rational numbers'
 url='https://github.com/ocaml/Zarith'
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('ocaml' 'ocaml-compiler-libs' 'gmp')
 makedepends=('ocaml-findlib')
 source=("https://github.com/ocaml/Zarith/archive/release-${pkgver}.tar.gz";)
 sha256sums=('a5826d33fea0103ad6e66f92583d8e075fb77976de893ffdd73ada0409b3f83b')
-options=(!strip)
+options=(!strip !debug)
 
 build() {
   cd Zarith-release-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/e32939c1dcd9c8bc07ee84cf0195c1142fb89261

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/e32939c1dcd9c8bc07ee84cf0195c1142fb89261
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to