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

Antonio Rojas arojas at archlinux.org
Thu Jun 6 21:43:54 UTC 2019


    Date: Thursday, June 6, 2019 @ 21:43:54
  Author: arojas
Revision: 355137

Update to 3.74

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-06 21:37:34 UTC (rev 355136)
+++ PKGBUILD	2019-06-06 21:43:54 UTC (rev 355137)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <t.powa at gmx.de>
 
 pkgname=pstoedit
-pkgver=3.73
+pkgver=3.74
 pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
@@ -12,12 +12,11 @@
 depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
 source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
-sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
+sha512sums=('63dddb707a52c1d56f17da837ab7472b501723b032f21670455eb6bf1664fd783820b3496c29ecc19d7b8bc18c294dce5842a10ffed442ef14d1631ae35f18b8')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -e 's|ImageMagick++|Magick++|' -i configure.ac
-  sed -i 's/-pedantic//' configure.ac
   autoreconf -vi
 }
 



More information about the arch-commits mailing list