summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2015-12-21 23:22:46 +0100
committerCarsten Teibes2015-12-21 23:22:46 +0100
commit85a2be15ad4ceedb3348d7c9fbfe612e5e7ae860 (patch)
tree979558705db88fbd431274e71e1958a254e4675c
parent1db815fe33f769c711cf8844c81c73934daf9800 (diff)
downloadaur-85a2be15ad4ceedb3348d7c9fbfe612e5e7ae860.tar.gz
[upd] 1.3.0→1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--haguichi.install2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4beabd84068..e529d585c6d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haguichi
pkgdesc = Provides a user friendly GUI to control the Hamachi client on Linux
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = http://www.haguichi.net
install = haguichi.install
@@ -14,8 +14,8 @@ pkgbase = haguichi
depends = gtk3
depends = libnotify
depends = logmein-hamachi
- source = http://launchpad.net/haguichi/1.3/1.3.0/+download/haguichi-1.3.0.tar.xz
- sha256sums = 6345802556d96ac0f49e7d7fc89867b52a6d737df21b525c38e3f59fa2fe8c0d
+ source = http://launchpad.net/haguichi/1.3/1.3.1/+download/haguichi-1.3.1.tar.xz
+ sha256sums = 1bcbf339f22ae5e6ebcfdfb039e18145ae371c0150bffe22ad8f58da0a19c688
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index 4a6a33baf51a..92ab31ecad84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv7h')
@@ -11,7 +11,7 @@ depends=('gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('cmake' 'vala')
install=$pkgname.install
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('6345802556d96ac0f49e7d7fc89867b52a6d737df21b525c38e3f59fa2fe8c0d')
+sha256sums=('1bcbf339f22ae5e6ebcfdfb039e18145ae371c0150bffe22ad8f58da0a19c688')
prepare() {
cd $pkgname-$pkgver
diff --git a/haguichi.install b/haguichi.install
index 4edac60259d5..ed768202d248 100644
--- a/haguichi.install
+++ b/haguichi.install
@@ -1,6 +1,6 @@
post_install() {
- _themes="hicolor Adwaita ubuntu-mono-dark ubuntu-mono-light"
+ _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