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 b8f49fab8d70..1849a6770ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gtimelog
pkgdesc = Small GTK+ app for keeping track of your time
pkgver = 0.9.1
- pkgrel = 3
+ pkgrel = 4
url = https://gtimelog.org/
arch = any
license = GPL
depends = python
depends = python-gobject
depends = python-setuptools
- source = http://pypi.python.org/packages/source/g/gtimelog/gtimelog-0.9.1.tar.gz
+ source = https://pypi.python.org/packages/source/g/gtimelog/gtimelog-0.9.1.tar.gz
md5sums = 5e95d0e968ad24778e0ae9fee748d73f
pkgname = gtimelog
diff --git a/PKGBUILD b/PKGBUILD
index b303f3ca6696..bd99830ef258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gtimelog
pkgver=0.9.1
-pkgrel=3
+pkgrel=4
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
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")
+source=("https://pypi.python.org/packages/source/g/$pkgname/$pkgname-${pkgver}.tar.gz")
md5sums=('5e95d0e968ad24778e0ae9fee748d73f')
package() {