summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Tokić2020-09-28 18:18:55 +0200
committerMiodrag Tokić2020-09-28 18:18:55 +0200
commiteaf25c5485c60c195c1acaefb42539577acfbebb (patch)
tree8cabc59e79554499550af12759c3c85c477be5be
parent29c43f41f0e6be249445e7b8d896f1fd1e3c7aa5 (diff)
downloadaur-eaf25c5485c60c195c1acaefb42539577acfbebb.tar.gz
Update to version 1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2fd33dec3cb..8ed14c146ec7 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.2
+ pkgver = 1.8.3
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.2.tar.gz::https://github.com/JMoerman/Go-For-It/archive/1.8.2.tar.gz
- sha256sums = 4337e94fda69d27ed689f36ac17b865fc5b2567aa9fa1cb2a664516376b3a5d9
+ source = go-for-it-1.8.3.tar.gz::https://github.com/JMoerman/Go-For-It/archive/1.8.3.tar.gz
+ sha256sums = 408e6644562208618976a0ed6e78fb0f8b336b6727ca6d39897da49c0a9ccdc6
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index 8a627c4ec118..3dd78a4dcd10 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.2
+pkgver=1.8.3
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=('4337e94fda69d27ed689f36ac17b865fc5b2567aa9fa1cb2a664516376b3a5d9')
+sha256sums=('408e6644562208618976a0ed6e78fb0f8b336b6727ca6d39897da49c0a9ccdc6')
build() {
cd "Go-For-It-$pkgver"