summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--hexchat.install9
3 files changed, 2 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67f779864a92..6517e0c76f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = hexchat-git
pkgdesc = A GTK+ based IRC client
- pkgver = 2.12.0.r1285.g5b05271
+ pkgver = 2.12.0.r1295.g823ef32
pkgrel = 1
url = https://hexchat.github.io
- install = hexchat.install
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index c8753be49af3..afb9ace1e5b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TingPing tingping@tingping.se
pkgname=hexchat-git
-pkgver=2.12.0.r1285.g5b05271
+pkgver=2.12.0.r1295.g823ef32
pkgrel=1
pkgdesc='A GTK+ based IRC client'
arch=('i686' 'x86_64' 'armv6h')
@@ -15,7 +15,6 @@ makedepends=('intltool' 'git' 'perl' 'python' 'autoconf-archive')
optdepends=('enchant: for spell check'
'perl: for perl plugin'
'python: for python plugin')
-install='hexchat.install'
provides=('hexchat')
conflicts=('hexchat' 'hexchat-lua-git')
replaces=('hexchat-lua-git')
diff --git a/hexchat.install b/hexchat.install
deleted file mode 100644
index 731d1f5ffd35..000000000000
--- a/hexchat.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-