summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPantelis Panayiotou2017-11-01 21:45:50 +0200
committerPantelis Panayiotou2017-11-01 21:45:50 +0200
commit84c4a92f75cca3f76cd02e4dd13df79f53d0f376 (patch)
tree0b1bf1b79dbbbf1e373b33b7169dbb22486cb309
parentd50e7d673212584c623b6e8322744a5bdb56360d (diff)
downloadaur-openprinting-ppds-pxlcolor-ricoh.tar.gz
Added cups-filters as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 598f512a204c..4ba1255ae75b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 10:23:20 UTC 2017
+# Wed Nov 1 19:45:39 UTC 2017
pkgbase = openprinting-ppds-pxlcolor-ricoh
pkgdesc = PPD files for Ricoh's PCL colour printers, supplied by Ricoh
pkgver = 20161206
- pkgrel = 1
+ pkgrel = 2
url = https://www.openprinting.org/driver/pxlcolor-Ricoh
install = driver.install
arch = any
license = MIT
depends = cups
depends = ghostscript
+ depends = cups-filters
conflicts = ppd-ricoh
source = https://www.openprinting.org/download/printdriver/components/lsb3.2/main/RPMS/noarch/openprinting-ppds-pxlcolor-ricoh-20161206-1lsb3.2.noarch.rpm
sha256sums = 7bbe04a056b5d510c868f2a700f444044d4c223b49346db40cf03bff248851b4
diff --git a/PKGBUILD b/PKGBUILD
index 5ef5f9ff4957..8f1156573569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
pkgname=openprinting-ppds-pxlcolor-ricoh
pkgver=20161206
-pkgrel=1
+pkgrel=2
pkgdesc="PPD files for Ricoh's PCL colour printers, supplied by Ricoh"
arch=('any')
url='https://www.openprinting.org/driver/pxlcolor-Ricoh'
license=('MIT')
-depends=(cups ghostscript)
+depends=(cups ghostscript cups-filters)
conflicts=(ppd-ricoh)
install=driver.install
source=('https://www.openprinting.org/download/printdriver/components/lsb3.2/main/RPMS/noarch/openprinting-ppds-pxlcolor-ricoh-20161206-1lsb3.2.noarch.rpm')