summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-05-29 02:04:30 +0200
committerCarsten Teibes2016-05-29 02:04:30 +0200
commitd6cd4cdfbd1c0c12a80297eecfeb8a84df37f233 (patch)
tree6b9551c136d89745d0cf9f6c0e0ae9466f9eeb52
parent1a66f51cf6d8b943e2f171590c68d797940f4642 (diff)
downloadaur-d6cd4cdfbd1c0c12a80297eecfeb8a84df37f233.tar.gz
[upd] 1.3.3→1.3.4
Using alpm hooks for themes and glib schemas now.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--haguichi.install16
3 files changed, 5 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0fbcaf77611..8869cad82961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = haguichi
pkgdesc = Provides a user friendly GUI to control the Hamachi client on Linux
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = http://www.haguichi.net
- install = haguichi.install
arch = x86_64
arch = i686
arch = arm
@@ -14,8 +13,8 @@ pkgbase = haguichi
depends = gtk3
depends = libnotify
depends = logmein-hamachi
- source = http://launchpad.net/haguichi/1.3/1.3.3/+download/haguichi-1.3.3.tar.xz
- sha256sums = 35f77b1f42ac8463af7832ed53a2823dc702003c2747dbcc3976d7d86be4b2a1
+ source = http://launchpad.net/haguichi/1.3/1.3.4/+download/haguichi-1.3.4.tar.xz
+ sha256sums = 985cfdd08e1b7e8864116b5f5834d2d99fb24a0b698808d8a66e7fe77bca5125
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index 93dab4433aa1..740577f2fc69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv7h')
@@ -9,9 +9,8 @@ url="http://www.haguichi.net"
license=('GPL3')
depends=('gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('cmake' 'vala')
-install=$pkgname.install
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('35f77b1f42ac8463af7832ed53a2823dc702003c2747dbcc3976d7d86be4b2a1')
+sha256sums=('985cfdd08e1b7e8864116b5f5834d2d99fb24a0b698808d8a66e7fe77bca5125')
prepare() {
cd $pkgname-$pkgver
diff --git a/haguichi.install b/haguichi.install
deleted file mode 100644
index ed768202d248..000000000000
--- a/haguichi.install
+++ /dev/null
@@ -1,16 +0,0 @@
-
-post_install() {
- _themes="hicolor ubuntu-mono-dark ubuntu-mono-light"
- for _t in $_themes; do
- gtk-update-icon-cache -q -t -f usr/share/icons/$_t
- done
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_update() {
- post_install
-}
-
-post_remove() {
- post_install
-}