summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c9aeb15e8a..b8f49fab8d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gtimelog
pkgdesc = Small GTK+ app for keeping track of your time
pkgver = 0.9.1
- pkgrel = 2
- url = http://mg.pov.lt/gtimelog/
+ pkgrel = 3
+ url = https://gtimelog.org/
arch = any
license = GPL
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 22ec7b98fa4c..aa25e2294bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=gtimelog
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
-url='http://mg.pov.lt/gtimelog/'
+url='https://gtimelog.org/'
license=('GPL')
depends=('python' 'python-gobject' 'python-setuptools')
source=(http://pypi.python.org/packages/source/g/$pkgname/$pkgname-${pkgver}.tar.gz)