summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f29e548873..75890eb8011d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = note-bin
pkgdesc = Simple Note Taking CLI
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/kevinschoon/note
arch = x86_64
license = AGPL3
- source = note-glibc-0.5.4.tar.gz::https://github.com/kevinschoon/note/releases/download/0.5.4/note-glibc-0.5.4.tar.gz
- md5sums = e1a2b7df553ca3cf9971ce7685bef272
+ source = note-glibc-0.5.5.tar.gz::https://github.com/kevinschoon/note/releases/download/0.5.5/note-glibc-0.5.5.tar.gz
+ md5sums = 2f6d427e6e7fb732bbc5863e7b2ea38e
pkgname = note-bin
diff --git a/PKGBUILD b/PKGBUILD
index 91da53ef8cc9..9c7fda18ca2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kevin Schoon <kevinschoon@gmail.com>
pkgname=note-bin
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="Simple Note Taking CLI"
url="https://github.com/kevinschoon/note"
arch=(x86_64)
license=('AGPL3')
-source=("note-glibc-0.5.4.tar.gz::https://github.com/kevinschoon/note/releases/download/0.5.4/note-glibc-0.5.4.tar.gz")
-md5sums=(e1a2b7df553ca3cf9971ce7685bef272)
+source=("note-glibc-0.5.5.tar.gz::https://github.com/kevinschoon/note/releases/download/0.5.5/note-glibc-0.5.5.tar.gz")
+md5sums=(2f6d427e6e7fb732bbc5863e7b2ea38e)
package() {
install -Dm755 usr/bin/note -t "${pkgdir}/usr/bin/"