summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2019-04-13 08:50:18 -0600
committerJavier Tiá2019-04-13 08:50:18 -0600
commit35c5e331231d2c487be1edc454c2e3c23c599963 (patch)
tree333dcfb0155d80c7733d4b055e643b4bc67775ea
parenta63fff40be44b49337808edf4b3265ac67c235f5 (diff)
downloadaur-35c5e331231d2c487be1edc454c2e3c23c599963.tar.gz
Bump up vnote-bin 2.4-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc452c80ec21..6b0f1704a209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vnote-bin
pkgdesc = A Vim-inspired note-taking application that knows programmers and Markdown better
pkgver = 2.4
- pkgrel = 1
+ pkgrel = 2
url = https://tamlok.github.io/vnote
arch = x86_64
license = MIT
conflicts = vnote
replaces = vnote
options = !strip
- source = vnote-2.4.AppImage::https://github.com/tamlok/vnote//releases/download/2.4/VNote-2.4-x86_64.AppImage
+ source = vnote-2.4.AppImage::https://github.com/tamlok/vnote//releases/download/v2.4/VNote-2.4-x86_64.AppImage
sha256sums = 7f7c013132b6d9581610891e9e108a9b882d441e1b64badb689120053e1f9315
pkgname = vnote-bin
diff --git a/PKGBUILD b/PKGBUILD
index 743f63de187f..e49af2df8a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=vnote
_pkgname=VNote
pkgname=${_name}-bin
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc='A Vim-inspired note-taking application that knows programmers and Markdown better'
arch=('x86_64')
url='https://tamlok.github.io/vnote'
@@ -16,7 +16,7 @@ options=(!strip)
_url=https://github.com/tamlok/vnote/
_binfile=${_pkgname}-${pkgver}-${CARCH}.AppImage
_buildfile=${_name}-${pkgver}.AppImage
-source=("${_buildfile}::${_url}/releases/download/${pkgver}/${_binfile}")
+source=("${_buildfile}::${_url}/releases/download/v${pkgver}/${_binfile}")
sha256sums=('7f7c013132b6d9581610891e9e108a9b882d441e1b64badb689120053e1f9315')
prepare() {