summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-04-03 15:35:20 -0400
committerAndrew Sun2024-04-03 15:35:20 -0400
commit4031c7d0fb212b8eb1b8b84d8d390c4f31abbc83 (patch)
tree8d140442c1a34b1576fe9ee87f4f0e54afa64eaa /PKGBUILD
parentc40d64b185572c37d5a749a163ad5328eae7f659 (diff)
downloadaur-4031c7d0fb212b8eb1b8b84d8d390c4f31abbc83.tar.gz
0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb1079217738..5873ec7b022a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=gtimelog
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
@@ -12,7 +12,7 @@ license=('GPL')
depends=('gtk3' 'hicolor-icon-theme' 'python' 'python-gobject' 'python-setuptools')
makedepends=('python-docutils')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a5a65b7b929aa3b16ecb4213b56f6573a925613bbce3db1969ca26f31d6b8ab2')
+sha256sums=('8eccde32fb11f2dd3a7e28d14693dea5052b9922aacef14235232e109be236ab')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"