summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--wine-git.install12
3 files changed, 3 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ce80f69ccb..7a5d5a143b68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 10 18:59:52 UTC 2017
+# Tue Oct 10 19:05:29 UTC 2017
pkgbase = wine-git
pkgdesc = A compatibility layer for running Windows programs (git version)
pkgver = 2.1.r285.gd00f7315e0
- pkgrel = 3
+ pkgrel = 4
url = https://www.winehq.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b60e73bb8c19..31cc20d9dfec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=wine-git
pkgver=2.1.r285.gd00f7315e0
-pkgrel=3
+pkgrel=4
pkgdesc='A compatibility layer for running Windows programs (git version)'
arch=('i686' 'x86_64')
url='https://www.winehq.org'
diff --git a/wine-git.install b/wine-git.install
deleted file mode 100644
index f71262186a6e..000000000000
--- a/wine-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
-}