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 da045b8173a7..260b7f1747c1 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.8.5
+ pkgver = 1.8.6
pkgrel = 1
url = https://github.com/JMoerman/Go-For-It
install = go-for-it.install
@@ -13,8 +13,8 @@ pkgbase = go-for-it
depends = gtk3
depends = libnotify
conflicts = go-for-it-git
- source = go-for-it-1.8.5.tar.gz::https://github.com/JMoerman/Go-For-It/archive/1.8.5.tar.gz
- sha256sums = f3f91d8f11f1401ab808f58696bc813aa892ea9781bc76ed29e33aaaec87bfbd
+ source = go-for-it-1.8.6.tar.gz::https://github.com/JMoerman/Go-For-It/archive/1.8.6.tar.gz
+ sha256sums = 7da5396b253797a051f906301286799ab1cfacf713e6e24f5557bfb182a8f019
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index 4c95c175be2e..d4f801a47fd5 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.8.5
+pkgver=1.8.6
pkgrel=1
pkgdesc='A stylish to-do list with built-in productivity timer.'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('vala' 'cmake' 'intltool')
conflicts=('go-for-it-git')
install='go-for-it.install'
source=("$pkgname-$pkgver.tar.gz::https://github.com/JMoerman/Go-For-It/archive/${pkgver}.tar.gz")
-sha256sums=('f3f91d8f11f1401ab808f58696bc813aa892ea9781bc76ed29e33aaaec87bfbd')
+sha256sums=('7da5396b253797a051f906301286799ab1cfacf713e6e24f5557bfb182a8f019')
build() {
cd "Go-For-It-$pkgver"