summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Rose2020-03-19 18:50:46 +0000
committerSam Rose2020-03-19 18:50:46 +0000
commit31a7b88ed4b1ff9d2da957a00af2a9e56277fd00 (patch)
tree295673c9ef89280f47c0106fcfb3da115f993bfb
parentfeacc4090acc0ac2bf6370621a3e840dfa89be2e (diff)
downloadaur-31a7b88ed4b1ff9d2da957a00af2a9e56277fd00.tar.gz
Bump version to 0.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f9ed88e19da..dc765b2f4410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 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
url = https://github.com/samwho/hmm
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = hmm-bin
provides = hmmq
conflicts = hmm
conflicts = hmmq
- source = hmm-bin-v0.1.3.tar.gz::https://github.com/samwho/hmm/releases/download/v0.1.3/hmm-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = e1122464521f062f2920af4e78c99abbc8c7c5f5e3f35479186c6cc288503e3d
+ source = hmm-bin-v0.2.tar.gz::https://github.com/samwho/hmm/releases/download/v0.2/hmm-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = bad645453db646c9316d95ccda9f3f15d1bb9ca9d05c66cb184b40c20457c5c6
pkgname = hmm-bin
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"