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

Andreas Radke andyrtr at archlinux.org
Wed Mar 31 06:25:57 UTC 2021


    Date: Wednesday, March 31, 2021 @ 06:25:57
  Author: andyrtr
Revision: 411308

upgpkg: ghostscript 9.54.0-2: fix file conflict with libgxps - FS#70238

Modified:
  ghostscript/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-31 05:23:21 UTC (rev 411307)
+++ PKGBUILD	2021-03-31 06:25:57 UTC (rev 411308)
@@ -3,7 +3,7 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.54.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/"
 arch=('x86_64')
@@ -97,6 +97,9 @@
   rm -r "${pkgdir}"/usr/include
   
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+
+  # fix file conflict - FS#70238
+  rm -r "${pkgdir}"/usr/lib/libgxps.so
 }
 
 package_ghostpcl() {



More information about the arch-commits mailing list