summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo "ThePooN" Denizart2018-06-20 23:44:07 +0200
committerHugo "ThePooN" Denizart2018-06-20 23:44:07 +0200
commit04485cadae016830aa708dd56de458543540247c (patch)
tree7da459dbe4d09bb301681caf6605b9dcfa42f06b /PKGBUILD
parent0c5357fccfb12c36f5143c47a3c5002aac7d07da (diff)
downloadaur-04485cadae016830aa708dd56de458543540247c.tar.gz
Fix comma 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 473ac13a0dc4..c8b5f1432937 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)