summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Tokić2019-01-15 22:56:18 +0100
committerMiodrag Tokić2019-01-15 22:56:18 +0100
commit9bb9f62fb39cd84a86d257bea13420a12b36a7c6 (patch)
tree7d13c7ef3e7d1dfdd7a39d0e811ca4e1f5dbe48d
parentc6bebd79164299ff7444854c038b7e5544c7ea96 (diff)
downloadaur-9bb9f62fb39cd84a86d257bea13420a12b36a7c6.tar.gz
Update to version 1.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e849c5dbebc..81c66c649695 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.6.7
+ pkgver = 1.6.8
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.6.7.tar.gz::https://github.com/mank319/Go-For-It/archive/1.6.7.tar.gz
- sha256sums = 6d6d23dcc8a778dd3b22bc6342737d860449ff55edf6970f323cd74ed17b156b
+ source = go-for-it-1.6.8.tar.gz::https://github.com/mank319/Go-For-It/archive/1.6.8.tar.gz
+ sha256sums = 4dbb12e521948b7f306e5a611b9a79126864bf5c8af1c1fd13b09ce1bfe88546
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index 0ed9fe0b9d71..8afc68255266 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.6.7
+pkgver=1.6.8
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=('6d6d23dcc8a778dd3b22bc6342737d860449ff55edf6970f323cd74ed17b156b')
+sha256sums=('4dbb12e521948b7f306e5a611b9a79126864bf5c8af1c1fd13b09ce1bfe88546')
build() {
cd "Go-For-It-$pkgver"