Date: Monday, February 13, 2023 @ 12:15:49
  Author: arojas
Revision: 468709

Try removing !strip

This was introduced 12 years ago and it's not clear whether it's still needed - 
remove it to avoid large size increase due to debug symbols

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 11:13:50 UTC (rev 468708)
+++ PKGBUILD    2023-02-13 12:15:49 UTC (rev 468709)
@@ -3,7 +3,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2022.62885
-pkgrel=4
+pkgrel=5
 license=('GPL')
 arch=('x86_64')
 makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
@@ -106,7 +106,6 @@
    provides=('lcdf-typetools' 'kpathsea' 'xindy')
    optdepends=('ed: for texconfig'
                'biber: for bibliography processing')
-   options=('!strip')
 
    cd "$srcdir/texlive-source"
 

Reply via email to