summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e6b6f0d3e12..12e5aa2e3de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Rose <hello@samwho.dev>
pkgname='hmm-bin'
-pkgdesc='A small command-line note taking app written in Rust. Notes are written in plain text and indexed by the time they were written.'
-pkgver='0.1.3'
+pkgdesc='A small command-line note taking app written in Rust.'
+pkgver='0.2'
pkgrel='1'
arch=('x86_64')
url='https://github.com/samwho/hmm'
@@ -14,7 +14,7 @@ checkdepends=()
provides=(hmm hmmq)
conflicts=(hmm hmmq)
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/samwho/hmm/releases/download/v${pkgver}/hmm-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('e1122464521f062f2920af4e78c99abbc8c7c5f5e3f35479186c6cc288503e3d')
+sha256sums=('bad645453db646c9316d95ccda9f3f15d1bb9ca9d05c66cb184b40c20457c5c6')
package() {
install -Dm755 "hmm" "$pkgdir/usr/bin/hmm"