summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb881a8d5216..a68023436475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 21:17:45 UTC 2017
+# Sun Oct 8 16:58:59 UTC 2017
pkgbase = wine-gaming-nine
pkgdesc = Based off wine-staging, including the gallium-nine patches and some more hacks
pkgver = 2.18
- pkgrel = 1
+ pkgrel = 2
url = http://www.wine-staging.com
arch = i686
arch = x86_64
@@ -92,7 +92,6 @@ pkgbase = wine-gaming-nine
makedepends = lib32-gcc-libs
makedepends = libpcap
makedepends = lib32-libpcap
- makedepends = lib32-libtxc_dxtn
makedepends = desktop-file-utils
optdepends = giflib
optdepends = lib32-giflib
@@ -145,14 +144,14 @@ pkgbase = wine-gaming-nine
conflicts = wine-staging
options = staticlibs
source = https://github.com/wine-compholio/wine-patched/archive/staging-2.18.tar.gz
- source = https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-2.17.tar.gz
+ source = https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-2.18.tar.gz
source = 30-win32-aliases.conf
source = keybindings.patch
source = steam.patch
source = wbemprox_query_v2.patch
source = wine-list.h-linked-list-cache-line-prefetching.patch
sha1sums = 089a7ca0d83b9dbbad42ce127bf66ba60d5669d7
- sha1sums = f37e9190466faa67741b49b60e9268d70c5b4644
+ sha1sums = 21a6e2bcd7ef6d261feca036cc4e0d43a633494f
sha1sums = 023a5c901c6a091c56e76b6a62d141d87cce9fdb
sha1sums = f3febb8836f38320742a546c667106608d4c4395
sha1sums = 74aae040fde9ff3c9e8da9c840557e87afdbc3a0
@@ -188,6 +187,5 @@ pkgname = wine-gaming-nine
depends = lib32-gcc-libs
depends = libpcap
depends = lib32-libpcap
- depends = lib32-libtxc_dxtn
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index f4a4c1714bc6..c97a208784d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@
pkgname=wine-gaming-nine
pkgver=2.18
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
-#_d3d9ver=$_pkgbasever
-_d3d9ver=2.17
+_d3d9ver=$_pkgbasever
+#_d3d9ver=2.17
_winesrcdir="wine-patched-staging-$_pkgbasever"
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz"
@@ -26,7 +26,7 @@ source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbas
wine-list.h-linked-list-cache-line-prefetching.patch
)
sha1sums=('089a7ca0d83b9dbbad42ce127bf66ba60d5669d7'
- 'f37e9190466faa67741b49b60e9268d70c5b4644'
+ '21a6e2bcd7ef6d261feca036cc4e0d43a633494f'
'023a5c901c6a091c56e76b6a62d141d87cce9fdb'
'f3febb8836f38320742a546c667106608d4c4395'
'74aae040fde9ff3c9e8da9c840557e87afdbc3a0'
@@ -55,7 +55,6 @@ _depends=(
libsm lib32-libsm
gcc-libs lib32-gcc-libs
libpcap lib32-libpcap
- lib32-libtxc_dxtn
desktop-file-utils
)