aboutsummaryrefslogtreecommitdiffstats
path: root/community/wine/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-07-25 09:30:36 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-07-25 09:30:41 +0000
commit2c4316f2fbbfe03bc65a3bbc495a4a45c00589a1 (patch)
tree45ef3fe017d5bb406c7dee3f3f88971d63ce4f72 /community/wine/APKBUILD
parent871abec1971f18f4247524ab9651f782e732a84e (diff)
downloadaports-2c4316f2fbbfe03bc65a3bbc495a4a45c00589a1.tar.bz2
aports-2c4316f2fbbfe03bc65a3bbc495a4a45c00589a1.tar.xz
community/wine: upgrade to 2.0.2, re-enabled build for x86
Diffstat (limited to 'community/wine/APKBUILD')
-rw-r--r--community/wine/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD
index ffec844148..c8341fb7b2 100644
--- a/community/wine/APKBUILD
+++ b/community/wine/APKBUILD
@@ -3,12 +3,12 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine
-pkgver=2.0.1
+pkgver=2.0.2
_pkgver=${pkgver/_/-}
pkgrel=0
pkgdesc="A compatibility layer for running Windows programs"
url="http://www.winehq.com"
-arch="x86_64"
+arch="x86 x86_64"
license="LGPL2+"
subpackages="$pkgname-libs $pkgname-dev $pkgname-doc"
depends_dev="$pkgname perl"
@@ -20,7 +20,7 @@ makedepends="fontconfig-dev openldap-dev libxslt-dev libxxf86dga-dev
gnutls-dev tiff-dev v4l-utils-dev udisks2-dev autoconf automake
"
source="http://dl.winehq.org/$pkgname/source/${pkgver%.[1-9]}/$pkgname-$_pkgver.tar.xz
- nopie.patch
+ no-pie.patch
winhlp32-flex.patch
"
builddir="$srcdir/$pkgname-$_pkgver"
@@ -111,6 +111,6 @@ libs() {
done
}
-sha512sums="b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55d0000d3e96a124547722d wine-2.0.1.tar.xz
+sha512sums="3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90 wine-2.0.2.tar.xz
f4c3ffc86ceb14c865282574f837c2114cdfa38df64327f17c2d5913cb85726d883e4a136ce38297612cda6dd47f9bdf80aff770368b8b846a642337f52a68bf nopie.patch
522a94a31fc459e80ea7dd05f7aee64f6ae666ec05236d06614acde118d5c60002e0f253ae75edb5f02164f22937ca89578504b690d1a5611bd60f703c8f0c00 winhlp32-flex.patch"