summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyushmaan Padhi2024-08-29 18:16:56 +0530
committerAyushmaan Padhi2024-08-29 18:16:56 +0530
commita4cde2c13ab3283af082f77b7bbdecb753ff5e2e (patch)
tree9a9f665507175345dfe2cdad38f54b197080473a
parentc49d147a1efdb0c7453106130416c7a3b65d2a13 (diff)
downloadaur-a4cde2c13ab3283af082f77b7bbdecb753ff5e2e.tar.gz
Fixed syntax error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2d821a910f2..526c255ae536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')