summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo "ThePooN" Denizart2018-06-08 14:28:28 +0200
committerHugo "ThePooN" Denizart2018-06-08 14:28:28 +0200
commit0c5357fccfb12c36f5143c47a3c5002aac7d07da (patch)
tree93733e752db13642714c0a7e9f561e603869262a /PKGBUILD
parenta70941b033785c6e6682e59a1460c47ff70da3e8 (diff)
downloadaur-0c5357fccfb12c36f5143c47a3c5002aac7d07da.tar.gz
Fix no quotes in conflicts/replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 100858f3c0d6..473ac13a0dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://launchpad.net/wizardpen"
license=('GPL2')
depends=('glibc')
makedepends=('xorg-server-devel')
-conflicts=('wizardpen-driver wizardpen')
-replaces=('wizardpen-driver wizardpen')
+conflicts=('wizardpen-driver', 'wizardpen')
+replaces=('wizardpen-driver', 'wizardpen')
source=(https://launchpad.net/wizardpen/trunk/0.8/+download/${_realname}-${pkgver}.tar.bz2
config.patch
xf86RemoveEnabledDevice.patch)