summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brandt2018-11-07 22:33:45 +0100
committerStephen Brandt2018-11-07 22:33:45 +0100
commit212e210e4926d62b82b8f2c0256179076cafcfd5 (patch)
treec27b60b3eb580b2891ef5bbc9433386368a2e45b
parent614a6bd673424044b02e2dc312d2cbbee121f49c (diff)
downloadaur-212e210e4926d62b82b8f2c0256179076cafcfd5.tar.gz
[upd] 1.4.0→1.4.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1784ab9147dd..9cee9e810d50 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.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://www.haguichi.net
arch = x86_64
@@ -15,9 +15,8 @@ pkgbase = haguichi
depends = libappindicator-gtk3
depends = libnotify
depends = logmein-hamachi
- replaces = haguichi-indicator
- source = http://launchpad.net/haguichi/1.4/1.4.0/+download/haguichi-1.4.0.tar.xz
- sha256sums = 0cf56ff900dc39f4c115a6a86361cc4c2743cc7a180769f2f4446ad3315f5d0f
+ source = http://launchpad.net/haguichi/1.4/1.4.1/+download/haguichi-1.4.1.tar.xz
+ sha256sums = 4ace875a5db85b3df17ac733de67f64213c82ac41af287e3cb9bc33c4a342af7
pkgname = haguichi
diff --git a/PKGBUILD b/PKGBUILD
index bc6a977c7be1..4922a083196b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Provides a user friendly GUI to control the Hamachi client on Linux"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -10,9 +10,8 @@ url="https://www.haguichi.net"
license=('GPL3')
depends=('gtk3' 'libappindicator-gtk3' 'libnotify' 'logmein-hamachi')
makedepends=('meson' 'vala')
-replaces=('haguichi-indicator')
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('0cf56ff900dc39f4c115a6a86361cc4c2743cc7a180769f2f4446ad3315f5d0f')
+sha256sums=('4ace875a5db85b3df17ac733de67f64213c82ac41af287e3cb9bc33c4a342af7')
prepare() {
cd $pkgname-$pkgver