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

Alexander Rødseth arodseth at archlinux.org
Mon Apr 19 10:40:17 UTC 2021


    Date: Monday, April 19, 2021 @ 10:40:17
  Author: arodseth
Revision: 919972

upgpkg: ocaml-findlib 1.9.1-1

Modified:
  ocaml-findlib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-19 10:35:23 UTC (rev 919971)
+++ PKGBUILD	2021-04-19 10:40:17 UTC (rev 919972)
@@ -7,8 +7,8 @@
 # Contributor: Alif <alive4ever at live.com>
 
 pkgname=ocaml-findlib
-pkgver=1.8.1
-pkgrel=8
+pkgver=1.9.1
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='http://projects.camlcity.org/projects/findlib.html'
@@ -15,15 +15,15 @@
 license=(MIT)
 depends=(ocaml-compiler-libs 'ocaml=4.11.1')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-sha256sums=('8e85cfa57e8745715432df3116697c8f41cb24b5ec16d1d5acd25e0196d34303')
-options=(staticlibs !strip zipman !makeflags)
+b2sums=('8b51e3ca3dde04e77e225638f9d45166acf42fb1e3321aa5ce6e66fcddcfb978a301f2fa22a26172e1a8c2f8a879c5d1d10e8c984994d6b2879c21c4392955ce')
+options=(!makeflags !strip staticlibs zipman)
 
 build() {
   cd findlib-$pkgver
   ./configure \
-    -sitelib /usr/lib/ocaml \
     -config /etc/findlib.conf \
-    -mandir /usr/share/man
+    -mandir /usr/share/man \
+    -sitelib /usr/lib/ocaml
   make all opt
 }
 



More information about the arch-commits mailing list