summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb4e63b16290..014618aab55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-for-it
pkgdesc = A stylish to-do list with built-in productivity timer.
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/mank319/Go-For-It
arch = i686
@@ -12,8 +12,8 @@ pkgbase = go-for-it
depends = gtk3
depends = libnotify
conflicts = go-for-it-git
- source = go-for-it-1.7.0.tar.gz::https://github.com/mank319/Go-For-It/archive/1.7.0.tar.gz
- sha256sums = 492c43597582de3f63965e819697ad7c02ec5330da3e993497e6e5c80189de21
+ source = go-for-it-1.7.1.tar.gz::https://github.com/mank319/Go-For-It/archive/1.7.1.tar.gz
+ sha256sums = c7783736dd7c1182d2c7d51ab05176588b1c09372def731d3f0b2d4fa2234540
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index 1209a26107d9..6711728b6a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Manuel Kehl <https://launchpad.net/~mank319, https://github.com/mank319/>
pkgname=go-for-it
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='A stylish to-do list with built-in productivity timer.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('gtk3' 'libnotify')
makedepends=('vala' 'cmake' 'intltool')
conflicts=('go-for-it-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mank319/Go-For-It/archive/${pkgver}.tar.gz")
-sha256sums=('492c43597582de3f63965e819697ad7c02ec5330da3e993497e6e5c80189de21')
+sha256sums=('c7783736dd7c1182d2c7d51ab05176588b1c09372def731d3f0b2d4fa2234540')
build() {
cd "Go-For-It-$pkgver"