summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormastercoms2016-11-12 06:56:43 -0500
committermastercoms2016-11-12 06:56:43 -0500
commit694675741cbb13984e9a94f1704de56026407d54 (patch)
treefb283ad01278a610752ef3a70e63bce222663fbf
parent8531b7a4aa3a2c7cfad0bb621561cfa6c237b459 (diff)
downloadaur-694675741cbb13984e9a94f1704de56026407d54.tar.gz
Don't comma separate packages
-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')