[arch-commits] Commit in ocaml-zarith/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Tue Mar 8 13:51:08 UTC 2022


    Date: Tuesday, March 8, 2022 @ 13:51:08
  Author: kgizdov
Revision: 1145475

fix lib

Modified:
  ocaml-zarith/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 12:38:47 UTC (rev 1145474)
+++ PKGBUILD	2022-03-08 13:51:08 UTC (rev 1145475)
@@ -4,15 +4,16 @@
 pkgname=ocaml-zarith
 provides=('zarith')
 pkgver=1.12
-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')
 license=('GPL2')
-depends=('gmp')
-makedepends=('ocaml>=4.13.1' 'ocaml-findlib' )
+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}



More information about the arch-commits mailing list