summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz2019-02-13 19:03:01 +0100
committerRichard Steinmetz2019-02-13 19:03:01 +0100
commit0f68a3ab39eae8c0b1806e5b9b5881b809ccb767 (patch)
tree0d9d276cd550439fee435fc76c884d0d7ad29218
parent8481f5a645372b2de9ecbd1b89a361b6c98cf8ad (diff)
downloadaur-0f68a3ab39eae8c0b1806e5b9b5881b809ccb767.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2073d956d0..992093c177bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = taskbook
pkgdesc = Tasks, boards & notes for the command-line habitat
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/klaussinani/taskbook
arch = any
@@ -8,8 +8,8 @@ pkgbase = taskbook
makedepends = npm
depends = nodejs
conflicts = taskbook-git
- source = https://github.com/klaussinani/taskbook/archive/v0.2.0.tar.gz
- sha256sums = c8abca6edf1284d0e374ce5e3abec5cb110a472d274c71d3de4ced58022ab893
+ source = https://github.com/klaussinani/taskbook/archive/v0.3.0.tar.gz
+ sha256sums = 931745b06239dc2e7f70b440a869a01e07e124853b56377384364826b663f5fd
pkgname = taskbook
diff --git a/PKGBUILD b/PKGBUILD
index 1552309c4e58..af17e51c2d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Steinmetz <steinmetz.richard@googlemail.com>
pkgname=taskbook
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='Tasks, boards & notes for the command-line habitat'
arch=(any)
@@ -11,7 +11,7 @@ depends=(nodejs)
makedepends=(npm)
conflicts=(taskbook-git)
source=($url/archive/v$pkgver.tar.gz)
-sha256sums=(c8abca6edf1284d0e374ce5e3abec5cb110a472d274c71d3de4ced58022ab893)
+sha256sums=(931745b06239dc2e7f70b440a869a01e07e124853b56377384364826b663f5fd)
build() {
cd taskbook-$pkgver