summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Tokić2020-07-06 14:53:42 +0200
committerMiodrag Tokić2020-07-06 14:53:42 +0200
commita841d03c36ba213c7ae3bcf6dc11362376ddaf7f (patch)
tree755f678dbc2d751588fbf3eddc8f459403a9b720
parentd5940dd8b182fa534dae6a3f16de1c816fc10e85 (diff)
downloadaur-a841d03c36ba213c7ae3bcf6dc11362376ddaf7f.tar.gz
Update to version 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cac3a5764b46..8992647c69b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-for-it
pkgdesc = A stylish to-do list with built-in productivity timer.
- pkgver = 1.7.3
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/mank319/Go-For-It
install = go-for-it.install
arch = i686
@@ -13,8 +13,8 @@ pkgbase = go-for-it
depends = gtk3
depends = libnotify
conflicts = go-for-it-git
- source = go-for-it-1.7.3.tar.gz::https://github.com/mank319/Go-For-It/archive/1.7.3.tar.gz
- sha256sums = 582ec27876dbfdab71c5fc681a74c3e4f5a4d0d73cd634a0c5db64e5c4c51ea7
+ source = go-for-it-1.8.0.tar.gz::https://github.com/mank319/Go-For-It/archive/1.8.0.tar.gz
+ sha256sums = 26020c7f1d9915a183c7c1b0d9b263ba8bef390c66952371603e152ca6208ebe
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index 39c4d2feed63..ed1323771279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Manuel Kehl <https://launchpad.net/~mank319, https://github.com/mank319/>
pkgname=go-for-it
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc='A stylish to-do list with built-in productivity timer.'
arch=('i686' 'x86_64')
url='https://github.com/mank319/Go-For-It'
@@ -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/mank319/Go-For-It/archive/${pkgver}.tar.gz")
-sha256sums=('582ec27876dbfdab71c5fc681a74c3e4f5a4d0d73cd634a0c5db64e5c4c51ea7')
+sha256sums=('26020c7f1d9915a183c7c1b0d9b263ba8bef390c66952371603e152ca6208ebe')
build() {
cd "Go-For-It-$pkgver"