summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2020-04-21 09:18:21 -0400
committerGraeme Gott2020-04-21 09:18:21 -0400
commitb7e26525b8267ec7519f37f411d5aeedae8ee990 (patch)
tree5714a90720f57890e21d225536ddbe1f801cf3bb
parent417f8fb9ce842603a2c85c4e282814d947830bb3 (diff)
downloadaur-b7e26525b8267ec7519f37f411d5aeedae8ee990.tar.gz
Update to 1.5.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a909919b338..d3d094199054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kapow
pkgdesc = Punch clock to track time spent on projects
- pkgver = 1.5.9
+ pkgver = 1.5.10
pkgrel = 1
url = https://gottcode.org/kapow/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = kapow
license = GPL3
makedepends = qt5-tools
depends = qt5-base
- source = https://gottcode.org/kapow/kapow-1.5.9-src.tar.bz2
- sha256sums = f18ccc4e42d6ddb763983d0bfdc1da4ff91faa83289796e1b238f5fa5404e51e
+ source = https://gottcode.org/kapow/kapow-1.5.10-src.tar.bz2
+ sha256sums = 6ba62239f5717422d899573ff50f8a967aea8fbbd79ac57406d6b86a333d027c
pkgname = kapow
diff --git a/PKGBUILD b/PKGBUILD
index 7393a7640958..aabc7a1a8e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=kapow
-pkgver=1.5.9
+pkgver=1.5.10
pkgrel=1
pkgdesc='Punch clock to track time spent on projects'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('f18ccc4e42d6ddb763983d0bfdc1da4ff91faa83289796e1b238f5fa5404e51e')
+sha256sums=('6ba62239f5717422d899573ff50f8a967aea8fbbd79ac57406d6b86a333d027c')
build() {
cd "$pkgname-$pkgver"