[arch-commits] Commit in foomatic-db-engine/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Jan 12 18:11:45 UTC 2017


    Date: Thursday, January 12, 2017 @ 18:11:44
  Author: andyrtr
Revision: 285918

upgpkg: foomatic-db-engine 4:4.0.12-3

drop optional dependency on foomatic-db-gutenprint; use https source

Modified:
  foomatic-db-engine/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 18:09:06 UTC (rev 285917)
+++ PKGBUILD	2017-01-12 18:11:44 UTC (rev 285918)
@@ -4,7 +4,7 @@
 pkgname=foomatic-db-engine
 arch=('i686' 'x86_64')
 pkgver=4.0.12
-pkgrel=2
+pkgrel=3
 epoch=4
 url="http://www.linuxprinting.org/foomatic.html"
 pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs."
@@ -11,17 +11,9 @@
 license=('GPL2')
 depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 'perl-clone' 'perl-dbi')
 makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 'foomatic-db') # 'enscript' 'net-snmp'
-optdepends=('foomatic-db:	linuxprinting.org xml files database to create ppd driver files'
-            'foomatic-db-gutenprint:	gutenprint xml files database to create ppd driver files')
+optdepends=('foomatic-db:	linuxprinting.org xml files database to create ppd driver files')
 backup=('etc/foomatic/defaultspooler')
-#options=('!emptydirs')
-
-# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
-# for latest commits and development, almost identical to foomatic-4.0 branch
-# foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277   #2015-06-16
-# foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371       #2015-06-16
-
-source=(http://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
+source=(https://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
 md5sums=('b8049e61a3dad76044e83dde0087e0a0')
 
 build() {



More information about the arch-commits mailing list