summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)