wine: update to 1.9.19.
This commit is contained in:
parent
bad9270c30
commit
6baa861ace
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.18
|
||||
version=1.9.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}/wine-${version}.tar.bz2"
|
||||
checksum=26614baa0daac5a0953c04590f187559e5edc314cb34491322f280b34f3268d8
|
||||
checksum=b5fe29a84e712f94f4d33b5f2952b45233c13b49ba3459dcee8a50b06147a888
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
|
@ -42,7 +42,7 @@ fi
|
|||
if [ ${build_option_staging} ]; then
|
||||
makedepends+=" libva-devel gtk+3-devel"
|
||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" eac41973864486662bc42c8a5692f20a83f9bf6dc65b94d290847bd31e24ac48"
|
||||
checksum+=" 2060ba8f26512fc2104d1d15b7d36136d55e600c9576bc6d747e610e1f3d28d9"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue