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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 4 07:58:15 UTC 2009


    Date: Friday, September 4, 2009 @ 03:58:14
  Author: andyrtr
Revision: 50948

upgpkg: foomatic-filters 4.0.3-1
    stick to fixed release from now on, new upstream release 4.0.3

Modified:
  foomatic-filters/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-04 07:50:28 UTC (rev 50947)
+++ PKGBUILD	2009-09-04 07:58:14 UTC (rev 50948)
@@ -5,7 +5,7 @@
 # build order: foomatic-db / -filters / -db-engines / -db-hpijs / -db-nonfree
 
 pkgname=foomatic-filters
-pkgver=4.0_20090903
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix"
 arch=(i686 x86_64)
@@ -16,11 +16,12 @@
 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-${pkgver/_/-}.tar.gz)
-md5sums=('62e4753f34e3c7495d77a2902bb9d7ba')
+source=(http://www.linuxprinting.org/download/foomatic/$pkgname-${pkgver}.tar.gz)
+options=('force')
+md5sums=('f2fb7c48cc6b1af6f76dd0529d6dbd98')
 
 build() {
-   cd ${srcdir}/${pkgname}-*
+   cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr --sysconfdir=/etc
    make || return 1
    make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list