summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--runescape-launcher.install14
3 files changed, 3 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b467ce62514..998a1e066b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 12:52:59 UTC 2016
+# Sat Apr 30 18:00:30 UTC 2016
pkgbase = runescape-launcher
pkgdesc = RuneScape Game Client
pkgver = 2.2.2
- pkgrel = 4
+ pkgrel = 5
url = https://www.runescape.com/
- install = runescape-launcher.install
arch = x86_64
license = custom
depends = glew1.10
@@ -14,8 +13,6 @@ pkgbase = runescape-launcher
depends = gst-plugins-base
depends = sdl2
depends = webkitgtk2
- depends = desktop-file-utils
- depends = gtk-update-icon-cache
provides = runescape-launcher-nxt
conflicts = runescape-launcher-nxt
source = wrapper.sh
diff --git a/PKGBUILD b/PKGBUILD
index 21c31a6c2c48..c51b5e450796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=runescape-launcher
pkgver=2.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="RuneScape Game Client"
arch=(x86_64)
license=(custom)
@@ -16,12 +16,9 @@ depends=(
gst-plugins-base
sdl2
webkitgtk2
- desktop-file-utils
- gtk-update-icon-cache
)
conflicts=(runescape-launcher-nxt)
provides=(runescape-launcher-nxt)
-install=$pkgname.install
source=("wrapper.sh")
source_x86_64=("https://content.runescape.com/downloads/ubuntu/pool/non-free/r/$pkgname/${pkgname}_${pkgver}_amd64.deb")
sha256sums=('d20151c9111a77e753954638eb60f1b4ec0d2c86e173041dcd95bb7b309d5b12')
diff --git a/runescape-launcher.install b/runescape-launcher.install
deleted file mode 100644
index 9ed6c05de85f..000000000000
--- a/runescape-launcher.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et: