summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Franco2016-05-19 18:10:36 +0200
committerPierre Franco2016-05-19 18:10:36 +0200
commitc87044267da32b6bc47c33d4cfc75875f7c5433c (patch)
treec52590f8e880d996f4c8541b23113bc489114508
parentfd11675260896dc3aeed92939746508170e69429 (diff)
downloadaur-c87044267da32b6bc47c33d4cfc75875f7c5433c.tar.gz
Updated to version 1.9.10-2: removed wine.install
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--wine.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a4f628a0967..1ab918503b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed May 18 18:09:46 UTC 2016
+# Thu May 19 16:10:16 UTC 2016
pkgbase = wine-gaming-nine
pkgdesc = Based off wine-staging, including the gallium-nine patches and some more hacks
pkgver = 1.9.10
- pkgrel = 1
+ pkgrel = 2
url = http://www.wine-staging.com
- install = wine.install
arch = i686
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index e258e77f8fce..8ab2f75b4375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=wine-gaming-nine
pkgver=1.9.10
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
_winesrcdir="wine-patched-staging-$_pkgbasever"
@@ -40,7 +40,6 @@ url="http://www.wine-staging.com"
arch=(i686 x86_64)
options=(staticlibs)
license=(LGPL)
-install=wine.install
_depends=(
attr lib32-attr
diff --git a/wine.install b/wine.install
deleted file mode 100644
index 0548b7ffd127..000000000000
--- a/wine.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
-}