summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2024-01-16 12:00:45 -0500
committerGraeme Gott2024-01-16 12:00:45 -0500
commit9b8afa6f9ee94c2cf039d6d0b37ae944128cd871 (patch)
tree9ea3e2eeee246ee5e9e3465e23ad0c28ea238d3e /PKGBUILD
parent05626e2909b09eb5e5ed7ff7b2341c5186cec36f (diff)
downloadaur-kapow.tar.gz
Update to 1.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb407fe58099..c1e870042c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=kapow
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc='Punch clock to track time spent on projects'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt6-base')
makedepends=('cmake' 'qt6-tools')
source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('02d28c49dc84c53be1d42042f9e5e063369e098819d5cac89ce07fc3a8dd4a9d')
+sha256sums=('aaeb1fe4f4fc671a7c3180757f9aa53f8466588ccce106eda84eba8c69adbf02')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \