diff options
author | Ayushmaan Padhi | 2024-08-29 18:16:56 +0530 |
---|---|---|
committer | Ayushmaan Padhi | 2024-08-29 18:16:56 +0530 |
commit | a4cde2c13ab3283af082f77b7bbdecb753ff5e2e (patch) | |
tree | 9a9f665507175345dfe2cdad38f54b197080473a | |
parent | c49d147a1efdb0c7453106130416c7a3b65d2a13 (diff) | |
download | aur-a4cde2c13ab3283af082f77b7bbdecb753ff5e2e.tar.gz |
Fixed syntax error
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 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-plugin') provides=('hplip') backup=('etc/hp/hplip.conf') optdepends=('cups: for printing support') |