summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Daly2020-09-18 08:49:36 -0700
committerWill Daly2020-09-18 08:51:01 -0700
commit605a5b0283776dea8fedd5d2bfd837b39f16ee4c (patch)
treefcf111f011e49406fba430dadd8257b9e18a0230 /PKGBUILD
parent0f891d6abcb999882040430821699ff8cd2c6816 (diff)
downloadaur-605a5b0283776dea8fedd5d2bfd837b39f16ee4c.tar.gz
Version 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 734f1dc6d91d..8defbb604eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Daly <will.e.daly@gmail.com>
pkgname=devlog
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Command-line tool for tracking your day-to-day software development work."
arch=('x86_64')
url="https://github.com/wedaly/devlog"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('nano')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wedaly/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('dce5bc1390f1246b8c3240dc416aa64f2912f9c24df8a2f415a24ef9955e085799b8a36f1a58a3f0b7b6012ec1bdd8448b02b687d7437b8fad76db0dd4321477')
+sha512sums=('9aad336f4e978d11c60f31fa7c471bb63083215335405df7339da3dd929d1799df0549d42c69739c7e49fefaad7eee7539215feb8828b35a2bef6001ff481b41')
build() {
cd "$pkgname-$pkgver"