Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-findlib


Commits:
8acc52ac by Alexander F. Rødseth at 2024-05-05T13:01:16+02:00
rebuilds for the gcc>=13.2.1-6 todo

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,12 @@
 pkgbase = ocaml-findlib
        pkgdesc = OCaml package manager
        pkgver = 1.9.6
-       pkgrel = 4
+       pkgrel = 5
        url = http://projects.camlcity.org/projects/findlib.html
        arch = x86_64
        license = MIT
        depends = ocaml-compiler-libs
-       depends = ocaml
        options = !makeflags
-       options = !strip
        options = staticlibs
        options = zipman
        source = http://download.camlcity.org/download/findlib-1.9.6.tar.gz


=====================================
PKGBUILD
=====================================
@@ -8,22 +8,19 @@
 
 pkgname=ocaml-findlib
 pkgver=1.9.6
-pkgrel=4
+pkgrel=5
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='http://projects.camlcity.org/projects/findlib.html'
 license=(MIT)
-depends=("ocaml-compiler-libs" 'ocaml')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";)
+depends=(ocaml-compiler-libs)
+options=(!makeflags staticlibs zipman)
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz";) # 
expired https certificate
 
b2sums=('c9c98b9e92c0cf690e2c8794a1ed606c0288d49a016dfa08592c9f617be1020385f52bf37345a7cbcbc7f0fcb19750a6617036cbf90afef231eccdbc7132baf8')
-options=(!makeflags !strip staticlibs zipman)
 
 build() {
   cd findlib-$pkgver
-  ./configure \
-    -config /etc/findlib.conf \
-    -mandir /usr/share/man \
-    -sitelib /usr/lib/ocaml
+  ./configure -config /etc/findlib.conf -mandir /usr/share/man -sitelib 
/usr/lib/ocaml
   make all opt
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-findlib/-/commit/8acc52ac4fbad777fcffcd00e1a26c03bea9401e

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


Reply via email to