diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-19 18:35:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:07 -0300 |
commit | d09d3c0279044bc8608e6cae85d399d2a10abb77 (patch) | |
tree | 6544210fc632f9ca739b37e97541c5c04f894476 /libre/hplip/PKGBUILD | |
parent | 0a90b789c86fb3e817a9b91b917d6ac9fe63e227 (diff) | |
download | abslibre-d09d3c0279044bc8608e6cae85d399d2a10abb77.tar.gz abslibre-d09d3c0279044bc8608e6cae85d399d2a10abb77.tar.bz2 abslibre-d09d3c0279044bc8608e6cae85d399d2a10abb77.zip |
hplip-3.15.9-1.parabola1: updating version
Diffstat (limited to 'libre/hplip/PKGBUILD')
-rw-r--r-- | libre/hplip/PKGBUILD | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index ad647d05c..1cc55302f 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -7,8 +7,8 @@ # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=hplip -pkgver=3.15.7 -pkgrel=2.parabola1 +pkgver=3.15.9 +pkgrel=1.parabola1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without printers with nonfree drivers support and hplip-plugin binary blobs recommendation (Parabola rebranded)" arch=('i686' 'x86_64') url="http://hplipopensource.com" @@ -28,11 +28,9 @@ replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) install=hplip.install source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc} - CommonDefinations.patch disable_upgrade.patch) -sha1sums=('f84e33b749ef34939c11b253767686c00ca2c30c' +sha1sums=('564a37d39269fee9c938b7fe9f2b31c4f9c4db06' 'SKIP' - 'a0131125ce82308db5127505a4c4e5fd89fcf189' '4ef1b506ff5930ab841945ae9178f28fca1997ad') validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP <hplip@hp.com> @@ -60,10 +58,6 @@ prepare() { rm -v mktemp{,1} echo "Preparing source" - - # fix crash with HP MFP M127fw - # https://bugs.archlinux.org/task/46110 - patch -Np1 -i $srcdir/CommonDefinations.patch # disable insecure update - https://bugs.archlinux.org/task/38083 patch -Np0 -i ${srcdir}/disable_upgrade.patch |