diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-12 01:11:53 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-12 01:11:53 -0200 |
commit | 85a382cc1a220a2c65172fabab76a021d1dcd8e6 (patch) | |
tree | f97a913b668c5bea3bb43bf3dcc5d704475755e1 /libre | |
parent | 3c7070bfdd621de1776976c8ef2a241f7febe481 (diff) |
hplip-libre: Parabola rebranding on the patch
Diffstat (limited to 'libre')
-rw-r--r-- | libre/hplip-libre/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/hplip-libre/disable_upgrade.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD index 4dd135604..c5015aa7a 100644 --- a/libre/hplip-libre/PKGBUILD +++ b/libre/hplip-libre/PKGBUILD @@ -7,8 +7,8 @@ _pkgname=hplip pkgname=hplip-libre pkgver=3.13.11 -pkgrel=2 -pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation" +pkgrel=2.1 +pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation (Parabola rebranded)" arch=('i686' 'x86_64') url="http://hplipopensource.com" license=('GPL') @@ -33,7 +33,7 @@ source=(http://downloads.sourceforge.net/${_pkgname}/$_pkgname-$pkgver.tar.gz{,. disable_upgrade.patch) md5sums=('8ee362d9bc45fd4eddd3c9d9e583d728' 'SKIP' - '257c8bfe675862d90f4ce07d3dff1d9f') + 'a853ba0eb0883f4bcee00b4277128b29') prepare() { cd $_pkgname-$pkgver diff --git a/libre/hplip-libre/disable_upgrade.patch b/libre/hplip-libre/disable_upgrade.patch index f7d8fb322..600d6ccc7 100644 --- a/libre/hplip-libre/disable_upgrade.patch +++ b/libre/hplip-libre/disable_upgrade.patch @@ -5,7 +5,7 @@ log.set_level('debug') + -+log.error("HPLIP upgrade is disabled by Archlinux for security reasons, see https://bugs.archlinux.org/task/38083 - if you like to upgrade HPLIP, use the Archlinux software package manager pacman.") ++log.error("HPLIP upgrade is disabled by Parabola for security reasons, see https://bugs.archlinux.org/task/38083 - if you like to upgrade HPLIP, use the Parabola software package manager pacman.") +clean_exit(1) + + |