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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Mar 6 20:43:47 UTC 2009


    Date: Friday, March 6, 2009 @ 15:43:47
  Author: andyrtr
Revision: 29218

upgpkg: foomatic-filters 4.0_20090306-1
    new version 20090306; add an optional dep to fix #13370

Modified:
  foomatic-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-06 20:35:09 UTC (rev 29217)
+++ PKGBUILD	2009-03-06 20:43:47 UTC (rev 29218)
@@ -5,22 +5,22 @@
 # build order: foomatic-db / -filters / -db-engines / -db-hpijs / -db-nonfree
 
 pkgname=foomatic-filters
-pkgver=4.0_20090211
-_snapver=4.0-20090211
+pkgver=4.0_20090306
 pkgrel=1
 pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.linuxprinting.org/foomatic.html"
-backup=(/etc/foomatic/filter.conf)
+backup=(etc/foomatic/filter.conf)
 depends=('ghostscript')
-optdepends=('perl:	for the "beh" Backend End Handler used by cups')
+optdepends=('perl:	for the "beh" Backend End Handler used by cups'
+	    'net-snmp:	certain (mostly HP) printers need it to work')
 makedepends=('enscript')
-source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$_snapver.tar.gz)
-md5sums=('aed5814c940ccb79d38686870b86d963')
+source=(http://www.linuxprinting.org/download/foomatic/$pkgname-${pkgver/_/-}.tar.gz)
+md5sums=('db0635a8402033853c0b5f499f0142d6')
 
 build() {
-   cd ${srcdir}/${pkgname}-${_snapver}
+   cd ${srcdir}/${pkgname}-*
    ./configure --prefix=/usr --sysconfdir=/etc
    make || return 1
    make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list