summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Brandt2017-03-26 20:03:27 +0200
committerStephen Brandt2017-03-26 20:03:27 +0200
commit272ee51dd8965bd9f64c6be7b729e6e1d7a7a60b (patch)
treec9817f6c4fb0cc19c4bb58f58b6836ab8c883ee1
parent4e87765bdbec9ba041c6d68e0fcc9cf769a7940f (diff)
downloadaur-272ee51dd8965bd9f64c6be7b729e6e1d7a7a60b.tar.gz
Update to version 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdfacbcaf906..77a6090bbc8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haguichi-indicator
pkgdesc = Provides an indicator for Haguichi
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = http://www.haguichi.net
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = haguichi-indicator
depends = gtk3
depends = libappindicator-gtk3
depends = haguichi
- source = http://launchpad.net/haguichi-indicator/0.3/0.3.2/+download/haguichi-indicator-0.3.2.tar.xz
- sha256sums = e5e7d740a2b3807ba96ab08e5e563b82fbda37a82f551801091d0757712cf973
+ source = http://launchpad.net/haguichi-indicator/0.3/0.3.3/+download/haguichi-indicator-0.3.3.tar.xz
+ sha256sums = b79ede33b255b2477316413b1d4bc5b72ad44288e92ed9934f4ab06b2c5ef8cc
pkgname = haguichi-indicator
diff --git a/PKGBUILD b/PKGBUILD
index 71ddd32457cf..4ae71759a575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=haguichi-indicator
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Provides an indicator for Haguichi"
arch=('x86_64' 'i686' 'arm' 'armv7h')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gtk3' 'libappindicator-gtk3' 'haguichi')
makedepends=('cmake' 'vala')
source=("http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('e5e7d740a2b3807ba96ab08e5e563b82fbda37a82f551801091d0757712cf973')
+sha256sums=('b79ede33b255b2477316413b1d4bc5b72ad44288e92ed9934f4ab06b2c5ef8cc')
prepare() {
cd $pkgname-$pkgver