[arch-commits] Commit in foomatic-db-hpijs/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Nov 17 22:41:21 UTC 2008
Date: Monday, November 17, 2008 @ 17:41:20
Author: andyrtr
Revision: 19241
upgpkg: foomatic-db-hpijs 20081117-1
bump to new snapshot
Modified:
foomatic-db-hpijs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-17 22:38:57 UTC (rev 19240)
+++ PKGBUILD 2008-11-17 22:41:20 UTC (rev 19241)
@@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
#
pkgname=foomatic-db-hpijs
-pkgver=20080723
+pkgver=20081117
pkgrel=1
pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix - Foomatic data for the HP's HPIJS printer drivers"
arch=(i686 x86_64)
@@ -11,11 +11,11 @@
depends=('perl' 'libxml2' 'foomatic-db' 'foomatic-filters')
source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
url="http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic"
-md5sums=('2c23455fae88f3c9a5428f7a9463efb4')
+md5sums=('6c2e0cf40fe2c4d6c756ac8ec1dbc9a8')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list