summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2019-01-02 16:18:24 +0100
committerSimon Brulhart2019-01-02 16:18:24 +0100
commite416d1fb3e173cfe36d1219fcab921110232f78c (patch)
tree8d63f8e5aac1d33f8362b98c2e4b925e7fa8665c
parent551c41b06064b788078eaa5a6f1f27ff2ae332ea (diff)
downloadaur-e416d1fb3e173cfe36d1219fcab921110232f78c.tar.gz
Update to v4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed2f4e5a5430..196b9165acdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi
pkgdesc = Timesheeting tool that focuses on simplicity
- pkgver = 4.4.2
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/sephii/taxi
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-taxi
depends = python-click
depends = python-six
optdepends = python-taxi-zebra: Zebra backend for Taxi
- source = python-taxi-4.4.2.tar.gz::https://github.com/sephii/taxi/archive/4.4.2.tar.gz
- sha512sums = d9525dfb278bb4c9832086122f1442825e510db2a69730c8367ffe6447785111162f8b63629fc02e6920315a404bfc3e00009d12dcb247a69d334076de8ec788
+ source = python-taxi-4.5.0.tar.gz::https://github.com/sephii/taxi/archive/4.5.0.tar.gz
+ sha512sums = cc36b98872fddc9216b5993572d075fcac2a4c08115084d28cc68397321e8d087df2c0dd023af898d923b5d8d1633f7a22b69b0f5e8d5b0676312fde76bd15dd
pkgname = python-taxi
diff --git a/PKGBUILD b/PKGBUILD
index e5f266ab035b..b7e0d85f89ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname='python-taxi'
-pkgver=4.4.2
+pkgver=4.5.0
pkgrel=1
pkgdesc="Timesheeting tool that focuses on simplicity"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-appdirs' 'python-click' 'python-six')
makedepends=('python' 'python-setuptools')
optdepends=("python-taxi-zebra: Zebra backend for Taxi")
source=("$pkgname-$pkgver.tar.gz::https://github.com/sephii/taxi/archive/$pkgver.tar.gz")
-sha512sums=('d9525dfb278bb4c9832086122f1442825e510db2a69730c8367ffe6447785111162f8b63629fc02e6920315a404bfc3e00009d12dcb247a69d334076de8ec788')
+sha512sums=('cc36b98872fddc9216b5993572d075fcac2a4c08115084d28cc68397321e8d087df2c0dd023af898d923b5d8d1633f7a22b69b0f5e8d5b0676312fde76bd15dd')
build() {
cd "$srcdir/taxi-$pkgver"