summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c9ccf015c5f..253340fc59c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtimelog
pkgdesc = Small GTK+ app for keeping track of your time
- pkgver = 0.11.3
- pkgrel = 2
+ pkgver = 0.12.0
+ pkgrel = 1
url = https://gtimelog.org/
arch = any
license = GPL
@@ -11,8 +11,7 @@ pkgbase = gtimelog
depends = python
depends = python-gobject
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/g/gtimelog/gtimelog-0.11.3.tar.gz
- sha256sums = a5a65b7b929aa3b16ecb4213b56f6573a925613bbce3db1969ca26f31d6b8ab2
+ source = https://files.pythonhosted.org/packages/source/g/gtimelog/gtimelog-0.12.0.tar.gz
+ sha256sums = 8eccde32fb11f2dd3a7e28d14693dea5052b9922aacef14235232e109be236ab
pkgname = gtimelog
-
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}"