Date: Tuesday, February 7, 2012 @ 23:46:53 Author: eric Revision: 149460
upgpkg: hplip 3.12.2-1 Upstream update, Remove replaces array Modified: hplip/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-08 04:00:58 UTC (rev 149459) +++ PKGBUILD 2012-02-08 04:46:53 UTC (rev 149460) @@ -3,7 +3,7 @@ # Contributor: Morgan LEFIEUX <[email protected]> pkgname=hplip -pkgver=3.11.12 +pkgver=3.12.2 pkgrel=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('i686' 'x86_64') @@ -21,12 +21,11 @@ 'python2-qt: for running hp-toolbox' 'python2-gobject2: for running hp-toolbox' 'hplip-plugin: binary blobs for specific devices') -replaces=('hpijs') options=('!libtool') install=hplip.install source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}) -md5sums=('a29628107801f09161c57aa0515fe7f7' - '85d13b3f45829a60c040e686bee8080e') +sha1sums=('bdf3e37a344f5b57b62425f755c4293d6d4ae875' + 'aa00cdf755fea38f39247a0a4a2e8241dc15112c') build() { cd "$srcdir/$pkgname-$pkgver"
