summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-02-09 19:04:05 +0000
committerDaniel Bermond2021-02-09 19:04:05 +0000
commitb19ed7092f6f7b7ea28c52cdb4ff4a4b24730675 (patch)
tree9821b97895738e1e445ccd01d06fd5195866eebc
parentd9502ba17f123d96071373e1fdd868e1b2598171 (diff)
downloadaur-b19ed7092f6f7b7ea28c52cdb4ff4a4b24730675.tar.gz
provides: add version to wine
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9bfeb0e83ef..12984ce49517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, git version)
- pkgver = 5.19.r1.gb49e8743
+ pkgver = 6.1.r8.g6347bdd1
pkgrel = 1
url = https://www.wine-staging.com/
install = wine-staging-git.install
@@ -153,15 +153,14 @@ pkgbase = wine-staging-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine
+ provides = wine-staging=6.1.r8.g6347bdd1
+ provides = wine=6.1
provides = wine-wow64
- provides = wine-git
- provides = wine-staging=5.19.r1.gb49e8743
conflicts = wine
conflicts = wine-wow64
options = staticlibs
- source = git://source.winehq.org/git/wine.git
source = git+https://github.com/wine-staging/wine-staging.git
+ source = git://source.winehq.org/git/wine.git
source = 30-win32-aliases.conf
source = wine-binfmt.conf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4811d6e4d674..f7067af5bd37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=wine-staging-git
-pkgver=5.19.r1.gb49e8743
+pkgver=6.1.r8.g6347bdd1
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('x86_64')
@@ -92,10 +92,10 @@ optdepends=(
)
options=('staticlibs')
install="${pkgname}.install"
-provides=('wine' 'wine-wow64' 'wine-git' "wine-staging=${pkgver}")
+provides=("wine-staging=${pkgver}" "wine=${pkgver%%.r*}" 'wine-wow64')
conflicts=('wine' 'wine-wow64')
-source=('git://source.winehq.org/git/wine.git'
- 'git+https://github.com/wine-staging/wine-staging.git'
+source=('git+https://github.com/wine-staging/wine-staging.git'
+ 'git://source.winehq.org/git/wine.git'
'30-win32-aliases.conf'
'wine-binfmt.conf')
sha256sums=('SKIP'