diff options
author | Ayushmaan Padhi | 2024-08-30 00:28:25 +0530 |
---|---|---|
committer | Ayushmaan Padhi | 2024-08-30 00:28:25 +0530 |
commit | f5c9b1e2faa2f4e675a3e7ca75d442f4001fc778 (patch) | |
tree | 88319a12abccdd5af1efa3d42ab05a4daa41c978 /PKGBUILD | |
parent | a4cde2c13ab3283af082f77b7bbdecb753ff5e2e (diff) | |
download | aur-f5c9b1e2faa2f4e675a3e7ca75d442f4001fc778.tar.gz |
hplip-lite as conflict added
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,14 +6,14 @@ pkgname='hplip-minimal' pkgver=3.24.4 -pkgrel=1 +pkgrel=2 pkgdesc='Only printer drivers from HPLIP with proprietary binary plugin' arch=('x86_64') url='https://developers.hp.com/hp-linux-imaging-and-printing/' license=('GPL-2' 'MIT' 'BSD' 'GPL-3' 'custom:HPLIP') depends=(libjpeg-turbo libcups) makedepends=(python libusb) -conflicts=('hplip' 'hplip-plugin') +conflicts=('hplip' 'hplip-lite' 'hplip-plugin') provides=('hplip') backup=('etc/hp/hplip.conf') optdepends=('cups: for printing support') |