Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
camlp5


Commits:
6e211808 by Antonio Rojas at 2024-05-06T00:19:54+02:00
upgpkg: 8.02.01-5: Rebuild for LTO version bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = camlp5
        pkgdesc = A preprocessor-pretty-printer of OCaml.
        pkgver = 8.02.01
-       pkgrel = 4
+       pkgrel = 5
        url = https://camlp5.github.io/
        arch = x86_64
        license = BSD
@@ -14,6 +14,7 @@ pkgbase = camlp5
        depends = ocaml-re
        options = !strip
        options = staticlibs
+       options = !debug
        source = 
camlp5-8.02.01.tar.gz::https://github.com/camlp5/camlp5/archive/8.02.01.tar.gz
        sha256sums = 
58d4bce0c20fa1151fc2c15f172f5884472e2044a4b0da22aababf46c361e515
 


=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=8.02.01
 _relname=8.02.01
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -19,7 +19,7 @@ depends=('ocaml' 'camlp-streams' 'ocaml-rresult' 'ocaml-bos' 
'ocaml-re')
 makedepends=('ocaml-compiler-libs' 'ocaml-findlib')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz";)
 sha256sums=('58d4bce0c20fa1151fc2c15f172f5884472e2044a4b0da22aababf46c361e515')
-options=('!strip' 'staticlibs')
+options=('!strip' 'staticlibs' '!debug')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/camlp5/-/commit/6e211808e5919711708e2204ec5e542ae09d482b

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


Reply via email to