summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSumner Evans2018-07-13 22:19:28 -0600
committerSumner Evans2018-07-13 22:19:41 -0600
commit81898e549c72172918a5e12792d22496e5939917 (patch)
treef58083c8d3a61a3e2b660f5967a5846b3fe4ef1b /PKGBUILD
parentd3738e9f3a459b35aa808449539f2148c0676ed3 (diff)
downloadaur-81898e549c72172918a5e12792d22496e5939917.tar.gz
v0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936f3b8d79fa..b49a3449776e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=('tracktime')
pkgname=('tracktime')
_module='tracktime'
-pkgver='0.1.1'
-pkgrel=3
+pkgver='0.9.1'
+pkgrel=1
pkgdesc="Time tracking library with command line interface."
url="https://gitlab.com/sumner/tracktime"
depends=(
@@ -15,12 +15,13 @@ depends=(
'python-tabulate'
'python-docutils'
'python-requests'
+ 'python-yaml'
)
makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/t/tracktime/tracktime-${pkgver}.tar.gz")
-sha256sums=('fc7544ab2a8a3e59727e85350074210d1e736b34bd5c0474f84bfb93cc314855')
+sha256sums=('f3c4f2ccfe5936bf1da014278569e4dad524de8416eb09b74783079a5102c94e')
build() {
cd "${srcdir}/${_module}-${pkgver}"