summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
-rw-r--r--wine-staging-git.install12
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5410509f2b3e..d6a9cef2aa57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 28 17:46:03 UTC 2016
+# Sat May 28 23:48:12 UTC 2016
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, Git version)
- pkgver = 1.9.10.r5.g5d32e6f+wine.1.9.10.r163.ge36a7e5
+ pkgver = 1.9.10.r16.g5eb1d3c+wine.1.9.11.r0.g81c700e
pkgrel = 1
url = https://github.com/wine-compholio/wine-staging/
arch = i686
@@ -134,9 +134,9 @@ pkgbase = wine-staging-git
optdepends = samba
optdepends = dosbox
optdepends = oss
- provides = wine=1.9.10.r163.ge36a7e5
- provides = wine-wow64=1.9.10.r163.ge36a7e5
- provides = wine-staging=1.9.10.r5.g5d32e6f
+ provides = wine=1.9.11.r0.g81c700e
+ provides = wine-wow64=1.9.11.r0.g81c700e
+ provides = wine-staging=1.9.10.r16.g5eb1d3c
provides = wine-git
conflicts = wine
conflicts = wine-wow64
diff --git a/PKGBUILD b/PKGBUILD
index 0b62379af1ce..f012e23943bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=wine-staging-git
-pkgver=1.9.10.r5.g5d32e6f+wine.1.9.10.r163.ge36a7e5
+pkgver=1.9.10.r16.g5eb1d3c+wine.1.9.11.r0.g81c700e
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs (staging branch, Git version)"
arch=('i686' 'x86_64')
diff --git a/wine-staging-git.install b/wine-staging-git.install
deleted file mode 100644
index 0548b7ffd127..000000000000
--- a/wine-staging-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- #echo "This wine package is wow64 enabled. This means it can run 32bit/64bit Windows apps on x86_64."
- #echo "If you are on x86_64, the default WINEARCH will be win64."
- #echo "This will cause a lot of Windows applications to malfunction even if they usually work in wine."
- #echo "Please create your ~/.wine with 'WINEARCH=win32 winecfg' if you are unsure and on x86_64."
- #echo "See the Arch wiki on wine for more information."
-}
-
-post_remove() {
- update-desktop-database -q
-}