summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-04-20 00:28:18 -0300
committerHugo Parente Lima2021-04-20 00:28:18 -0300
commitf659a9f2f871f689db7c038680e3e91de9fc22bf (patch)
tree80fcce94ad4fac7c10762024926a72c654b00f2a
parente9ae9e7373819b65efc428ec1618066e314ff751 (diff)
downloadaur-f659a9f2f871f689db7c038680e3e91de9fc22bf.tar.gz
Release v0.6.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cc485fda197..ac9562f113bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/hugopl/tijolo
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = tijolo
optdepends = yaml-language-server-bin: YAML LSP support
optdepends = python-language-server: Python LSP support
conflicts = tijolo-git
- source = tijolo-0.5.1.tar.gz::https://github.com/hugopl/tijolo/archive/v0.5.1.tar.gz
- sha256sums = 162286dbafdeaf355a3cde6151eff0d5e69872456bcb30a889271aa502666db9
+ source = tijolo-0.6.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.6.0.tar.gz
+ sha256sums = e3d2456dd261d12f8656250010e23bf3f49b5b52f5b4271c272083e4a251b65a
pkgname = tijolo
diff --git a/PKGBUILD b/PKGBUILD
index 02b72d47c5ed..4ae5e4fab71b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
@@ -15,7 +15,7 @@ optdepends=('ccls: C/C++ LSP support'
'yaml-language-server-bin: YAML LSP support'
'python-language-server: Python LSP support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
-sha256sums=('162286dbafdeaf355a3cde6151eff0d5e69872456bcb30a889271aa502666db9')
+sha256sums=('e3d2456dd261d12f8656250010e23bf3f49b5b52f5b4271c272083e4a251b65a')
build() {
cd "$srcdir/tijolo-$pkgver"