summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 932158020ea0..224f1c86f36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtimelog
pkgdesc = Small GTK+ app for keeping track of your time
- pkgver = 0.11
- pkgrel = 5
+ pkgver = 0.11.3
+ pkgrel = 1
url = https://gtimelog.org/
arch = any
license = GPL
@@ -9,8 +9,8 @@ pkgbase = gtimelog
depends = python
depends = python-gobject
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/g/gtimelog/gtimelog-0.11.tar.gz
- sha256sums = ab43075afdd732e35bfc9f39ee425c23efe0f68258f3bc5688791a12028e6fc7
+ source = https://files.pythonhosted.org/packages/source/g/gtimelog/gtimelog-0.11.3.tar.gz
+ sha256sums = a5a65b7b929aa3b16ecb4213b56f6573a925613bbce3db1969ca26f31d6b8ab2
pkgname = gtimelog
diff --git a/PKGBUILD b/PKGBUILD
index 7ff4bae2b7a2..bf0568ec360d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=gtimelog
-pkgver=0.11
-pkgrel=5
+pkgver=0.11.3
+pkgrel=1
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python' 'python-gobject' 'python-setuptools')
makedepends=('python-docutils')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ab43075afdd732e35bfc9f39ee425c23efe0f68258f3bc5688791a12028e6fc7')
+sha256sums=('a5a65b7b929aa3b16ecb4213b56f6573a925613bbce3db1969ca26f31d6b8ab2')
build() {
cd "$pkgname-$pkgver"