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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Jan 21 08:38:16 UTC 2022


    Date: Friday, January 21, 2022 @ 08:38:15
  Author: kgizdov
Revision: 1111949

no strip

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 08:05:01 UTC (rev 1111948)
+++ PKGBUILD	2022-01-21 08:38:15 UTC (rev 1111949)
@@ -10,7 +10,7 @@
 pkgname=camlp5
 pkgver=8.0
 _relname=rel8.00.02
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -19,7 +19,7 @@
 makedepends=('ocaml-compiler-libs>=4.13.1')
 source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
 sha256sums=('3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd')
-options=('staticlibs')
+options=('!strip' 'staticlibs')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"



More information about the arch-commits mailing list