summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2017-04-10 00:32:36 +0200
committerCarsten Teibes2017-04-10 00:32:36 +0200
commite69b510912bea2e341ef6d03d2be8a09240fe449 (patch)
tree61267e3015f52496b52a2ec2cb6b3db236a8e6a8
parent4ebf0145f9538e1aa2937a5b5b708cdfdf0dafd4 (diff)
downloadaur-e69b510912bea2e341ef6d03d2be8a09240fe449.tar.gz
[upd] 1.3.6→1.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8f8dc13b3b..5d9f0660f1d5 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.6
+ pkgver = 1.3.7
pkgrel = 1
url = http://www.haguichi.net
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = haguichi
depends = gtk3
depends = libnotify
depends = logmein-hamachi
- source = http://launchpad.net/haguichi/1.3/1.3.6/+download/haguichi-1.3.6.tar.xz
- sha256sums = 9a2c3262e0d2f144c9187e3b5423e57f2b9f015dc51c1ccd57a70f5000ba003a
+ source = http://launchpad.net/haguichi/1.3/1.3.7/+download/haguichi-1.3.7.tar.xz
+ sha256sums = e769b81a8de9932ea42d0a21431e6c1440ef638472d68ab2d5bebab9c728cfbc
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index 0db592a6eb8b..66e8c293d4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv7h')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('cmake' 'vala')
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('9a2c3262e0d2f144c9187e3b5423e57f2b9f015dc51c1ccd57a70f5000ba003a')
+sha256sums=('e769b81a8de9932ea42d0a21431e6c1440ef638472d68ab2d5bebab9c728cfbc')
prepare() {
cd $pkgname-$pkgver