summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Hernberg2015-08-22 11:54:37 +0200
committerJoakim Hernberg2015-08-22 11:54:37 +0200
commit2b0fad89a5ebe770b8ce5f47939be8d656de9065 (patch)
treefbd607b042b0819373be933d02234b14c7d95501
parentc20d7310d55111a99265a996ac16a1e6fddfbe6e (diff)
downloadaur-2b0fad89a5ebe770b8ce5f47939be8d656de9065.tar.gz
bump to 1.7.50-1
-rw-r--r--.SRCINFO17
-rwxr-xr-xPKGBUILD9
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9203b2d9ba0e..efd6605aba2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Sat Aug 8 18:35:53 UTC 2015
+# Sat Aug 22 09:53:49 UTC 2015
pkgbase = wine-rt
pkgdesc = Realtime Wine - maps windows priority levels to linux scheduling policies
- pkgver = 1.7.49
+ pkgver = 1.7.50
pkgrel = 1
url = http://www.winehq.com
install = wine-rt.install
@@ -120,20 +120,21 @@ pkgbase = wine-rt
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine=1.7.49
- provides = bin32-wine=1.7.49
- provides = wine-wow64=1.7.49
+ provides = wine=1.7.50
+ provides = bin32-wine=1.7.50
+ provides = wine-wow64=1.7.50
conflicts = wine
conflicts = bin32-wine
conflicts = wine-wow64
replaces = wine
replaces = bin32-wine
options = staticlibs
- source = http://prdownloads.sourceforge.net/wine/wine-1.7.49.tar.bz2
- source = http://prdownloads.sourceforge.net/wine/wine-1.7.49.tar.bz2.sign
+ options = !ccache
+ source = http://prdownloads.sourceforge.net/wine/wine-1.7.50.tar.bz2
+ source = http://prdownloads.sourceforge.net/wine/wine-1.7.50.tar.bz2.sign
source = 30-win32-aliases.conf
source = wine-rt-101107.patch
- sha256sums = c8a1589753493cb6b71b3772b730cdf90059fe0f29cbfb369fc9a2339766b789
+ sha256sums = 7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e
sha256sums = SKIP
sha256sums = 9901a5ee619f24662b241672a7358364617227937d5f6d3126f70528ee5111e7
sha256sums = cd8c48c9e5111b6acb47120da0272bc7afe3acc1f021443c81bb75d5d40ba4cc
diff --git a/PKGBUILD b/PKGBUILD
index e18e2bd07be8..9aa74a6e4840 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine-rt
-pkgver=1.7.49
+pkgver=1.7.50
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
@@ -14,7 +14,7 @@ source=(http://prdownloads.sourceforge.net/wine/wine-$_pkgbasever.tar.bz2{,.sign
30-win32-aliases.conf
wine-rt-101107.patch)
-sha256sums=('c8a1589753493cb6b71b3772b730cdf90059fe0f29cbfb369fc9a2339766b789'
+sha256sums=('7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e'
'SKIP'
'9901a5ee619f24662b241672a7358364617227937d5f6d3126f70528ee5111e7'
'cd8c48c9e5111b6acb47120da0272bc7afe3acc1f021443c81bb75d5d40ba4cc')
@@ -24,7 +24,7 @@ validpgpkeys=('5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7')
pkgdesc="Realtime Wine - maps windows priority levels to linux scheduling policies"
url="http://www.winehq.com"
arch=(i686 x86_64)
-options=(staticlibs)
+options=(staticlibs !ccache)
license=(LGPL)
install=wine-rt.install
@@ -125,7 +125,8 @@ build() {
cd "$srcdir"
# remove once https://bugs.winehq.org/show_bug.cgi?id=38653 is resolved
- export CFLAGS="${CFLAGS/-O2/} -O0"
+ export CFLAGS="${CFLAGS/-O2/} -O0 -std=gnu89"
+# export CFLAGS="${CFLAGS/-O2/} -O0"
export CXXFLAGS="${CXXFLAGS/-O2/} -O0"
# Allow ccache to work