summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2018-04-04 21:06:22 +0200
committerQuentin Retornaz2018-04-04 21:06:22 +0200
commit7c2d607f0cfc84184398f647fb948ef8f1a6c600 (patch)
tree2cf591564b3f26d7c06f3b7204ed4f66af76c225
parentdd8a58d33d3124d9a46937008e7e28ede92c7880 (diff)
downloadaur-7c2d607f0cfc84184398f647fb948ef8f1a6c600.tar.gz
pkgver: 1.6.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bba31b22ca..287ee323769e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 26 12:45:12 UTC 2017
+# Wed Apr 4 19:06:11 UTC 2018
pkgbase = go-for-it
pkgdesc = A stylish to-do list with built-in productivity timer.
- pkgver = 1.6.3
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/mank319/Go-For-It
arch = i686
@@ -15,8 +15,8 @@ pkgbase = go-for-it
depends = libnotify
conflicts = go-for-it-git
conflicts = go-for-it-bzr
- source = 1.6.3.tar.gz::https://github.com/mank319/Go-For-It/archive/1.6.3.tar.gz
- sha256sums = 8299f2d6d5bfb13b7696b387d52a033101b4f2c303eab768c5c4f8daabb18b67
+ source = 1.6.5.tar.gz::https://github.com/mank319/Go-For-It/archive/1.6.5.tar.gz
+ sha256sums = af3ba1529b45e697caf22e79821768c742903084c76eb2637a15ec51508b2e35
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index f65247b33a20..22067c633495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Manuel Kehl <https://launchpad.net/~mank319, https://github.com/mank319/>
pkgname=go-for-it
-pkgver=1.6.3
+pkgver=1.6.5
pkgrel=1
pkgdesc='A stylish to-do list with built-in productivity timer.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=()
makedepends=('vala' 'cmake' 'intltool')
conflicts=('go-for-it-git' 'go-for-it-bzr')
source=(${pkgver}.tar.gz::https://github.com/mank319/Go-For-It/archive/${pkgver}.tar.gz)
-sha256sums=('8299f2d6d5bfb13b7696b387d52a033101b4f2c303eab768c5c4f8daabb18b67')
+sha256sums=('af3ba1529b45e697caf22e79821768c742903084c76eb2637a15ec51508b2e35')
build() {
cd Go-For-It-${pkgver}