diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-05 20:19:36 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-09-05 20:19:36 -0500 |
commit | e6f4572c9afdd3bad9fddc50a03a6865429cf2cd (patch) | |
tree | ea12a6c38ddaae86e12a065421a726a43feb222b | |
parent | 8b974cf1a95963f7b1e89c852636330a5720e0d9 (diff) | |
download | abslibre-e6f4572c9afdd3bad9fddc50a03a6865429cf2cd.tar.gz abslibre-e6f4572c9afdd3bad9fddc50a03a6865429cf2cd.tar.bz2 abslibre-e6f4572c9afdd3bad9fddc50a03a6865429cf2cd.zip |
cups-filters-1.16.4-1.parabola1: updating version
-rw-r--r-- | libre/cups-filters/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index 5ff14d26f..c6ff39626 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=cups-filters -pkgver=1.16.0 -pkgrel=2.parabola1 +pkgver=1.16.4 +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" @@ -18,10 +18,9 @@ optdepends=('ghostscript: for non-PostScript printers to print with CUPS to conv backup=(etc/fonts/conf.d/99pdftoopvp.conf etc/cups/cups-browsed.conf) 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") -sha256sums=('b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd') +replaces=("${pkgname}-libre" "${pkgname}-parabola") +conflicts=("${pkgname}-libre" "${pkgname}-parabola") +sha256sums=('2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed') build() { cd $pkgname-$pkgver |