summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db8807c90501..060f55521ebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=annextimelog
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc='CLI to track time spent on projects, backed by Git Annex'
arch=(any)
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
python-poetry-core)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('60452a56f51c6f32dc6fed298d24713873fe61c5f44a4e0ebf0dde7ad1b79388')
+sha256sums=('9c18f044b662543e58c0d40440799408b96642c0c0e6e4b3e3617add2c19e77b')
build() {
cd "$_archive"