summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2019-04-05 12:58:10 -0600
committerJavier Tiá2019-04-05 12:58:10 -0600
commita63fff40be44b49337808edf4b3265ac67c235f5 (patch)
tree1d2e6134b4befca907451acae01217d4b16a9aa2
parentb2dc6dc14b0ebf8f280543f65980687a7888cb7a (diff)
downloadaur-a63fff40be44b49337808edf4b3265ac67c235f5.tar.gz
Bump up vnote-bin 2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b31c460b7e1..fc452c80ec21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vnote-bin
pkgdesc = A Vim-inspired note-taking application that knows programmers and Markdown better
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://tamlok.github.io/vnote
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = vnote-bin
conflicts = vnote
replaces = vnote
options = !strip
- source = vnote-2.3.AppImage::https://github.com/tamlok/vnote//releases/download/v2.3/VNote-2.3-x86_64.AppImage
- sha256sums = 8cb98777f8f601dd1d27a4043d8aa3981f3137476b5fa6cf005426ff16da66f4
+ source = vnote-2.4.AppImage::https://github.com/tamlok/vnote//releases/download/2.4/VNote-2.4-x86_64.AppImage
+ sha256sums = 7f7c013132b6d9581610891e9e108a9b882d441e1b64badb689120053e1f9315
pkgname = vnote-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51b8c3d004d6..743f63de187f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=vnote
_pkgname=VNote
pkgname=${_name}-bin
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc='A Vim-inspired note-taking application that knows programmers and Markdown better'
arch=('x86_64')
@@ -16,8 +16,8 @@ options=(!strip)
_url=https://github.com/tamlok/vnote/
_binfile=${_pkgname}-${pkgver}-${CARCH}.AppImage
_buildfile=${_name}-${pkgver}.AppImage
-source=("${_buildfile}::${_url}/releases/download/v${pkgver}/${_binfile}")
-sha256sums=('8cb98777f8f601dd1d27a4043d8aa3981f3137476b5fa6cf005426ff16da66f4')
+source=("${_buildfile}::${_url}/releases/download/${pkgver}/${_binfile}")
+sha256sums=('7f7c013132b6d9581610891e9e108a9b882d441e1b64badb689120053e1f9315')
prepare() {
# Extract AppImage