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 695a9b575c59..932158020ea0 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 = 4
+ pkgrel = 5
url = https://gtimelog.org/
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = gtimelog
depends = python
depends = python-gobject
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/33/e5/789ef0fc2280da0ba67bae24317ee77158f23be751835c8d9dc9f0198f21/gtimelog-0.11.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/gtimelog/gtimelog-0.11.tar.gz
sha256sums = ab43075afdd732e35bfc9f39ee425c23efe0f68258f3bc5688791a12028e6fc7
pkgname = gtimelog
diff --git a/PKGBUILD b/PKGBUILD
index 741f68160852..7ff4bae2b7a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=gtimelog
pkgver=0.11
-pkgrel=4
+pkgrel=5
pkgdesc='Small GTK+ app for keeping track of your time'
arch=('any')
url='https://gtimelog.org/'
license=('GPL')
depends=('python' 'python-gobject' 'python-setuptools')
makedepends=('python-docutils')
-source=("https://files.pythonhosted.org/packages/33/e5/789ef0fc2280da0ba67bae24317ee77158f23be751835c8d9dc9f0198f21/$pkgname-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('ab43075afdd732e35bfc9f39ee425c23efe0f68258f3bc5688791a12028e6fc7')
build() {