summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1ce916f6373..54ab2c88ea5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
# Maintainer: Sumner Evans <sumner.evans98 at gmail dot com>
-# If you find any problems with this package, submit an issue on the project's
-# GitLab: https://gitlab.com/sumner/tracktime.
pkgbase=('tracktime')
pkgname=('tracktime')
_module='tracktime'
pkgver='0.9.3'
pkgrel=1
-pkgdesc="Time tracking library with command line interface."
-url="https://gitlab.com/sumner/tracktime"
+pkgdesc='Time tracking library with command line interface.'
+url='https://gitlab.com/sumner/tracktime'
depends=(
'python'
'python-pdfkit'
@@ -20,7 +18,7 @@ depends=(
makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/t/tracktime/tracktime-${pkgver}.tar.gz")
+source=('https://files.pythonhosted.org/packages/source/t/tracktime/tracktime-0.9.3.tar.gz')
sha256sums=('0d7abbe3b6c86c7c511d3cb57a3915596c245598cdda496c716932c6d027c6e1')
build() {