summaryrefslogtreecommitdiff
path: root/libre/cups-filters
diff options
context:
space:
mode:
Diffstat (limited to 'libre/cups-filters')
-rw-r--r--libre/cups-filters/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD
index 6a14479de..6a2b7f608 100644
--- a/libre/cups-filters/PKGBUILD
+++ b/libre/cups-filters/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org>
pkgname=cups-filters
-pkgver=1.13.5
+pkgver=1.14.0
pkgrel=1.parabola1
pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation"
arch=('i686' 'x86_64' 'armv7h')
@@ -20,7 +20,7 @@ source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.
provides=('foomatic-filters')
replaces=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola")
conflicts=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola")
-sha256sums=('35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d')
+sha256sums=('7aa4274df6e6d9b5ff66e079d78dde8254570367c745025e58bc6194371fa5ec')
build() {
cd $pkgname-$pkgver
@@ -31,6 +31,7 @@ build() {
--with-rcdir=no \
--enable-avahi \
--with-browseremoteprotocols=DNSSD,CUPS \
+ --enable-auto-setup-driverless \
--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
make
}