Date: Friday, June 7, 2019 @ 05:40:27 Author: andyrtr Revision: 355301
upgpkg: cups-filters 1.25.0-1 upstream update 1.25.0 Modified: cups-filters/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-07 02:36:04 UTC (rev 355300) +++ PKGBUILD 2019-06-07 05:40:27 UTC (rev 355301) @@ -1,7 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=cups-filters -pkgver=1.24.0 +pkgver=1.25.0 pkgrel=1 pkgdesc="OpenPrinting CUPS Filters" arch=('x86_64') @@ -16,13 +16,13 @@ 'antiword: needed to convert MS Word documents (requires also docx2txt (AUR)') backup=(etc/cups/cups-browsed.conf) source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) -sha256sums=('f7dce385e3050b2f270a9a1c0aad9de1351446fa74cf0e6768cbeb5af4382412') +sha256sums=('8119149a8b61466e94c141205a5a9d2de798fe7a932a260ce2d66f8f30d351d1') build() { cd $pkgname-$pkgver # Ignore const-related errors (remove once fixed upstream) - CXXFLAGS+=' -fpermissive' +# CXXFLAGS+=' -fpermissive' ./configure --prefix=/usr \ --sysconfdir=/etc \
