summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 798e184afeb9..2cac6720c45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=textnote
pkgname=${_name}-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Simple tool for creating and organizing daily notes on the command line'
arch=('x86_64')
@@ -11,12 +11,8 @@ license=('MIT')
depends=()
conflicts=(${_name})
provides=(${_name})
-source=(
- 'https://github.com/dkaslovsky/textnote/releases/download/v1.0.0/textnote_linux_amd64'
-)
-sha256sums=(
- '69e25a2950c1a9d30e72d663681c0df28954a8b46cc81e6e52a168118b84eff9'
-)
+source=('https://github.com/dkaslovsky/textnote/releases/download/v${pkgver}/textnote_linux_amd64')
+sha256sums=('4bfd8bce0b1786a0d48fbb3dbb69e425e798f4531a4d449357108474e26cdd34')
package() {
cd "${srcdir}/"