wine: update to 6.0rc1.
This commit is contained in:
parent
1ca3664b2b
commit
57d4b0b5ee
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=5.22
|
||||
version=6.0rc1
|
||||
wrksrc=wine-${version/r/-r}
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/libexec/wine"
|
||||
|
@ -8,8 +9,8 @@ short_desc="Run Microsoft Windows applications"
|
|||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%%.*}.x/wine-${version}.tar.xz"
|
||||
checksum=09bd06c87c8c974e6ad34507cec875d7217eb56fc09df838d5453e0ebbce4d21
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%r*}/wine-${version/r/-r}.tar.xz"
|
||||
checksum=78ddc948f946c662779bd5943d91812740480021bc951cbcadeb102c38b53bc8
|
||||
|
||||
lib32mode=full
|
||||
archs="i686 x86_64*"
|
||||
|
@ -83,7 +84,6 @@ wine-devel_package() {
|
|||
replaces="wine-unstable-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue