summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Rose2020-03-19 18:54:56 +0000
committerSam Rose2020-03-19 18:54:56 +0000
commit774c125359ac11e80d875566c61a46340c787baa (patch)
treef7bb2abe84a28fa3c127d7ac2f6362e3be1f75f3
parent5e69469a0aa9a6494163580b379d4cd0782cd7ef (diff)
downloadaur-774c125359ac11e80d875566c61a46340c787baa.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 58e7eb97603d..d7d5cdb57de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmm
- 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
@@ -12,8 +12,8 @@ pkgbase = hmm
depends = gcc-libs
provides = hmm
provides = hmmq
- source = hmm-0.1.3.tar.gz::https://github.com/samwho/hmm/archive/v0.1.3.tar.gz
- sha256sums = 74661f93dcef38451bd5017327545349b5608ae36cfdc8d448a20317363f3c54
+ source = hmm-0.2.tar.gz::https://github.com/samwho/hmm/archive/v0.2.tar.gz
+ sha256sums = 4e2d474d2eb70f313ef6a97a5f392310e0317be9f7d88d46ddf5fe9b9e6a1910
pkgname = hmm
diff --git a/PKGBUILD b/PKGBUILD
index 63ba487a7eb6..92553c5ee44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Rose <hello@samwho.dev>
pkgname='hmm'
-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'
@@ -13,7 +13,7 @@ makedepends=('rust' 'gcc')
checkdepends=('rust' 'git')
provides=(hmm hmmq)
source=("$pkgname-$pkgver.tar.gz::https://github.com/samwho/hmm/archive/v${pkgver}.tar.gz")
-sha256sums=('74661f93dcef38451bd5017327545349b5608ae36cfdc8d448a20317363f3c54')
+sha256sums=('4e2d474d2eb70f313ef6a97a5f392310e0317be9f7d88d46ddf5fe9b9e6a1910')
build() {
cd "$pkgname-$pkgver"