summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc2cb346357..3e642f0e0eca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = vineyard-git
arch = any
license = LGPL2
makedepends = git
- provides = vineyard,
+ provides = vineyard
provides = python2-wine
- conflicts = vineyard,
+ conflicts = vineyard
conflicts = python2-wine
source = git+https://github.com/Cybolic/vineyard.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9858a0483b6..47e0cb58edbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Windows programs on Linux, easily (git version)"
arch=('any')
url="http://vineyardproject.org/"
license=('LGPL2')
-provides=('vineyard', 'python2-wine')
-conflicts=('vineyard', 'python2-wine')
+provides=('vineyard' 'python2-wine')
+conflicts=('vineyard' 'python2-wine')
makedepends=('git')
source=('git+https://github.com/Cybolic/vineyard.git')
md5sums=('SKIP')