summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7bb2d6557b..6f808ffbe9d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 27 06:20:50 UTC 2016
+# Mon Mar 28 18:36:21 UTC 2016
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, Git version)
pkgver = 1.9.6.r34.g96fddf8+wine.1.9.6.r144.g4315cae
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wine-compholio/wine-staging/
install = wine-staging.install
arch = i686
@@ -123,6 +123,8 @@ pkgbase = wine-staging-git
optdepends = lib32-libcl
optdepends = libxslt
optdepends = lib32-libxslt
+ optdepends = libtxc_dxtn
+ optdepends = lib32-libtxc_dxtn
optdepends = libva
optdepends = lib32-libva
optdepends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 1ad00cbc15eb..d56dbc64c615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wine-staging-git
pkgver=1.9.6.r34.g96fddf8+wine.1.9.6.r144.g4315cae
-pkgrel=1
+pkgrel=2
pkgdesc="A compatibility layer for running Windows programs (staging branch, Git version)"
arch=('i686' 'x86_64')
url="https://github.com/wine-compholio/wine-staging/"
@@ -67,6 +67,7 @@ optdepends=(
'ncurses' 'lib32-ncurses'
'libcl' 'lib32-libcl'
'libxslt' 'lib32-libxslt'
+ 'libtxc_dxtn' 'lib32-libtxc_dxtn'
'libva' 'lib32-libva'
'gtk3' 'lib32-gtk3'
'gst-plugins-base-libs' 'lib32-gst-plugins-base-libs'
@@ -119,7 +120,7 @@ pkgver() {
}
prepare() {
- cd "$srcdir/wine-git"
+ cd "$srcdir"/wine-git
msg2 "Cleaning the wine source code tree..."