summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--gnome-twitch.install16
2 files changed, 5 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63117c8eedb3..1379adb6b781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Aug 31 19:39:42 UTC 2016
+# Sat Oct 15 20:02:37 UTC 2016
pkgbase = gnome-twitch
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/vinszent/gnome-twitch
- install = gnome-twitch.install
arch = i686
arch = x86_64
license = GPL3
@@ -23,8 +22,8 @@ pkgbase = gnome-twitch
depends = libpeas
depends = gobject-introspection
conflicts = gnome-twitch-git
- source = https://github.com/vinszent/gnome-twitch/archive/v0.3.0.tar.gz
- md5sums = 7ef9cc4cc81be61a59cbc5d6c006b638
+ source = https://github.com/Ippytraxx/gnome-twitch/archive/v0.3.1.tar.gz
+ md5sums = cd25985e4f6f5eb24978f85cd92f3a27
pkgname = gnome-twitch
diff --git a/gnome-twitch.install b/gnome-twitch.install
deleted file mode 100644
index c0c2237a5c22..000000000000
--- a/gnome-twitch.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install()
-{
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}