diff options
author | Daniel Bermond | 2017-10-10 17:26:00 -0300 |
---|---|---|
committer | Daniel Bermond | 2017-10-10 17:26:00 -0300 |
commit | 746bdb75fb07f01d62bf8aa7934ffa6ccbaf583a (patch) | |
tree | af110e3cf4fd9c45efe678999893c676f9902d91 /.SRCINFO | |
parent | 767b604ced0a27e0be7b647686956def510128aa (diff) | |
download | aur-746bdb75fb07f01d62bf8aa7934ffa6ccbaf583a.tar.gz |
Fix provides and conflicts
i686: added provides and conflicts (missing)
x86_64: added wine, wine-staging and wine-staging-git to conflicts
Cosmetic changes to x86_64 provides.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Tue Oct 10 19:05:29 UTC 2017 +# Tue Oct 10 20:25:27 UTC 2017 pkgbase = wine-git pkgdesc = A compatibility layer for running Windows programs (git version) - pkgver = 2.1.r285.gd00f7315e0 - pkgrel = 4 + pkgver = 2.18.r144.gee7ddd1ed3 + pkgrel = 1 url = https://www.winehq.org arch = i686 arch = x86_64 @@ -121,11 +121,13 @@ pkgbase = wine-git optdepends = cups optdepends = samba optdepends = dosbox - provides = bin32-wine=2.1.r285.gd00f7315e0 - provides = wine=2.1.r285.gd00f7315e0 - provides = wine-wow64=2.1.r285.gd00f7315e0 - conflicts = bin32-wine + provides = wine=2.18.r144.gee7ddd1ed3 + provides = bin32-wine=2.18.r144.gee7ddd1ed3 + provides = wine-wow64=2.18.r144.gee7ddd1ed3 conflicts = wine + conflicts = wine-staging + conflicts = wine-staging-git + conflicts = bin32-wine conflicts = wine-wow64 replaces = bin32-wine options = staticlibs |