[arch-commits] Commit in pdfmod (repos/community-any/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 11:11:25 UTC 2018


    Date: Saturday, January 13, 2018 @ 11:11:24
  Author: bgyorgy
Revision: 281802

pdfmod: use mcs for the future buils to avoid breakage

Modified:
  pdfmod/repos/community-any/PKGBUILD
  pdfmod/trunk/PKGBUILD

------------------------------+
 repos/community-any/PKGBUILD |    2 +-
 trunk/PKGBUILD               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD	2018-01-13 10:59:48 UTC (rev 281801)
+++ repos/community-any/PKGBUILD	2018-01-13 11:11:24 UTC (rev 281802)
@@ -33,7 +33,7 @@
   patch -Np1 -i "$srcdir/fix-build.patch"
 
   # Fix build
-  sed -i 's/gmcs/dmcs/' configure{,.ac}
+  sed -i 's/gmcs/mcs/' configure{,.ac}
 }
 
 build() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-13 10:59:48 UTC (rev 281801)
+++ trunk/PKGBUILD	2018-01-13 11:11:24 UTC (rev 281802)
@@ -33,7 +33,7 @@
   patch -Np1 -i "$srcdir/fix-build.patch"
 
   # Fix build
-  sed -i 's/gmcs/dmcs/' configure{,.ac}
+  sed -i 's/gmcs/mcs/' configure{,.ac}
 }
 
 build() {



More information about the arch-commits mailing list