diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-05 18:05:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-05 18:05:52 -0300 |
commit | c8071fbd62905213b3f5065a43aaf6074f8bd70b (patch) | |
tree | 3b5bda32b6d872dcb3379827206e51dea5b97542 | |
parent | f3e283497f6a1d25197b965b7941b71d6a152299 (diff) | |
download | abslibre-c8071fbd62905213b3f5065a43aaf6074f8bd70b.tar.gz abslibre-c8071fbd62905213b3f5065a43aaf6074f8bd70b.tar.bz2 abslibre-c8071fbd62905213b3f5065a43aaf6074f8bd70b.zip |
cups-filters-1.12.0-1.parabola1: updating version
-rw-r--r-- | libre/cups-filters/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 09e23ef39..b593868eb 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 279651 2016-11-01 20:31:02Z andyrtr $ +# $Id: PKGBUILD 282492 2016-12-01 20:43:09Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.11.6 -pkgrel=2.parabola1 +pkgver=1.12.0 +pkgrel=1.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" @@ -16,11 +16,11 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv 'antiword: needed to convert MS Word documents (requires also docx2txt)') backup=(etc/fonts/conf.d/99pdftoopvp.conf etc/cups/cups-browsed.conf) -source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) +source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz) provides=('foomatic-filters') replaces=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") conflicts=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") -md5sums=('1a4939db42cfd1ccc4df99e498c95dd9') +sha256sums=('dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01') build() { cd $pkgname-$pkgver |