summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-06-23 00:12:11 -0300
committerHugo Parente Lima2021-06-23 00:12:11 -0300
commit6c474cb7bd10168a88aef4ceb7cd9e896e54a4f3 (patch)
treec60e4d6ba56b8ac4239201f2e9e6cc5a2ac79090
parentf659a9f2f871f689db7c038680e3e91de9fc22bf (diff)
downloadaur-6c474cb7bd10168a88aef4ceb7cd9e896e54a4f3.tar.gz
Release v0.7.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac9562f113bc..9fe9aafc0bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/hugopl/tijolo
arch = x86_64
@@ -24,8 +24,7 @@ pkgbase = tijolo
optdepends = yaml-language-server-bin: YAML LSP support
optdepends = python-language-server: Python LSP support
conflicts = tijolo-git
- source = tijolo-0.6.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.6.0.tar.gz
- sha256sums = e3d2456dd261d12f8656250010e23bf3f49b5b52f5b4271c272083e4a251b65a
+ source = tijolo-0.7.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.7.0.tar.gz
+ sha256sums = 3775a005b8e04ec345c77ba1cfd8320261482c5c2964ef058a614c835c8508f7
pkgname = tijolo
-
diff --git a/PKGBUILD b/PKGBUILD
index 4ae5e4fab71b..f49b5a615052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.6.0
+pkgver=0.7.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=('e3d2456dd261d12f8656250010e23bf3f49b5b52f5b4271c272083e4a251b65a')
+sha256sums=('3775a005b8e04ec345c77ba1cfd8320261482c5c2964ef058a614c835c8508f7')
build() {
cd "$srcdir/tijolo-$pkgver"