summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSumner Evans2018-07-13 23:32:47 -0600
committerSumner Evans2018-07-13 23:32:47 -0600
commit75371500989f1ae7c896ced975a54bf8f314629c (patch)
tree9ddd515701376c0db7a6050bcd9b7a039a690ceb /PKGBUILD
parent93d71783021d0bb4272f0f26a2c56a84f83ba2d7 (diff)
downloadaur-75371500989f1ae7c896ced975a54bf8f314629c.tar.gz
Added update script to make updating the package easier
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() {