wine: update to 1.9.7.
This commit is contained in:
parent
679f655bff
commit
397e5df130
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.6
|
||||
version=1.9.7
|
||||
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=3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557
|
||||
checksum=49705fe02505e26ef8022c662dda702cfcd5c4fd73886e00b43d32dc2f8887ec
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
|
@ -40,7 +40,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+=" e9eb9990aa7f3f07931bfe158c883ebad595e58239855c7f6c01758b4d195db9"
|
||||
checksum+=" f1f0f76815c4d6f0011a6036400f2130809eb5b9b953cc505e187029a71ff69c"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue