diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
commit | 4f22a5c482279b73ed0140e8962f75169f9b3e57 (patch) | |
tree | 1369f17af7242f30a62b7ffbacd138a7978821fd /libre/hplip-libre | |
parent | 63b47d2adad6c3c625196b2717bbd42283e9bb79 (diff) | |
parent | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libgdamm/PKGBUILD
community/mingetty/PKGBUILD
extra/cups/PKGBUILD
extra/xorg-appres/PKGBUILD
extra/xorg-xrefresh/PKGBUILD
extra/xorg-xwininfo/PKGBUILD
Diffstat (limited to 'libre/hplip-libre')
-rw-r--r-- | libre/hplip-libre/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libre/hplip-libre/PKGBUILD b/libre/hplip-libre/PKGBUILD index b51d1c6d8..801533445 100644 --- a/libre/hplip-libre/PKGBUILD +++ b/libre/hplip-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182674 2013-04-12 14:26:14Z andyrtr $ +# $Id: PKGBUILD 185761 2013-05-18 14:38:33Z andyrtr $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor : Rémy Oudompheng <remy@archlinux.org> # Contributor: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -6,7 +6,7 @@ _pkgname=hplip pkgname=hplip-libre -pkgver=3.13.4 +pkgver=3.13.5 pkgrel=1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without hplip-plugin binary blobs recommendation" arch=('i686' 'x86_64' 'mips64el') @@ -32,7 +32,7 @@ install=hplip.install source=(http://downloads.sourceforge.net/${_pkgname}/$_pkgname-$pkgver.tar.gz{,.asc} cups-1.6-buildfix.diff hp-mkuri.patch) -md5sums=('e5c247161e2fd7685e0520e968393d19' +md5sums=('f0c406f06f191a120f7d283b69ff10e8' 'SKIP' 'ef64578c6cb3ce252dbdcb0f1c2f4a47' '0bd7779fdbc4d7a9386df04dce2cb8d4') @@ -99,7 +99,4 @@ package() { chmod 775 "$pkgdir"/var/log/hp{,/tmp} # remove rc script rm -rf "$pkgdir"/etc/init.d - - # fix broken udev rule - FS#34282 - sed -i "s:\$attrs:\$attr:g" $pkgdir/usr/lib/udev/rules.d/56-hpmud_support.rules } |