summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd5ddeb5306..ed9a3718a286 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,10 @@ pkgbase = xf86-input-wizardpen
license = GPL2
makedepends = xorg-server-devel
depends = glibc
- conflicts = wizardpen-driver wizardpen
- replaces = wizardpen-driver wizardpen
+ conflicts = wizardpen-driver
+ conflicts = wizardpen
+ replaces = wizardpen-driver
+ replaces = wizardpen
source = https://launchpad.net/wizardpen/trunk/0.8/+download/xorg-input-wizardpen-0.8.1.tar.bz2
source = config.patch
source = xf86RemoveEnabledDevice.patch
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)