wine: update to 1.9.12.
This commit is contained in:
parent
9069b585b7
commit
f3f1bf0843
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.11
|
||||
version=1.9.12
|
||||
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=728f794280fcb5b5d8814e38542d769e2d54ee0d6bf27c7ed74de34fbacdab96
|
||||
checksum=7eff10e855127b1fcbcdb1e1d89795f4a025f8b5ecefd037728942a63a3b08d1
|
||||
|
||||
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+=" 2497b88d2c6ce4e8ea2f149e9f764cf4610b52e521a9c0bf0f56b61668e49c66"
|
||||
checksum+=" 2e48bf66c599128c5fb1049444b699da8128ddb42522ae4297b570397096a7ea"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue