summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brandt2020-10-03 18:18:04 +0200
committerStephen Brandt2020-10-03 18:18:04 +0200
commit320a1639f9328bb0f9d05a35eb38fcf6e8495582 (patch)
treed4a6e882c17af47b11cbbb0aa28e65a5a11e2c16
parent4e13071e471a331feb8868cc2e30adfab24aef1c (diff)
downloadaur-320a1639f9328bb0f9d05a35eb38fcf6e8495582.tar.gz
[upd] 1.4.2→1.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2402fbab75d8..f9b22ad060a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = haguichi
pkgdesc = Provides a user friendly GUI to control the Hamachi client on Linux
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
- url = https://www.haguichi.net
+ url = https://haguichi.net
arch = x86_64
arch = i686
arch = arm
@@ -15,8 +15,8 @@ pkgbase = haguichi
depends = libappindicator-gtk3
depends = libnotify
depends = logmein-hamachi
- source = http://launchpad.net/haguichi/1.4/1.4.2/+download/haguichi-1.4.2.tar.xz
- sha256sums = 637cfd192722357ecd0aa2f345396a68387e93e415fc747fb863b219ab502cc6
+ source = http://launchpad.net/haguichi/1.4/1.4.3/+download/haguichi-1.4.3.tar.xz
+ sha256sums = e961bbb72f225d0aa547130452921c824c5cb43424deda4266d66626808b8e22
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index 64dd489583bf..799ba093cd33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
-url="https://www.haguichi.net"
+url="https://haguichi.net"
license=('GPL3')
depends=('gtk3' 'libappindicator-gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('meson' 'vala')
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('637cfd192722357ecd0aa2f345396a68387e93e415fc747fb863b219ab502cc6')
+sha256sums=('e961bbb72f225d0aa547130452921c824c5cb43424deda4266d66626808b8e22')
prepare() {
cd $pkgname-$pkgver