summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2022-07-20 15:04:24 -0300
committerHugo Parente Lima2022-07-20 15:04:24 -0300
commit710715905eb26d387b6fdc824a7f2554408547ef (patch)
tree9c2e779d78acba1bf3ab8cd9dfe021357a60923f
parent74ea46d36cab8ae11110b3f9e5fd55595abf4ee8 (diff)
downloadaur-710715905eb26d387b6fdc824a7f2554408547ef.tar.gz
Release v0.7.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f3d489399ae..59a4dc1390ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.7.2
+ pkgrel = 1
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
@@ -24,7 +24,7 @@ pkgbase = tijolo
optdepends = yaml-language-server: YAML LSP support
optdepends = python-language-server: Python LSP support
conflicts = tijolo-git
- source = tijolo-0.7.1.tar.gz::https://github.com/hugopl/tijolo/archive/v0.7.1.tar.gz
- sha256sums = df13a32c7901c5156344ca2b42147e4c926eb5e9ea4a07a66549ce4c499b7f99
+ source = tijolo-0.7.2.tar.gz::https://github.com/hugopl/tijolo/archive/v0.7.2.tar.gz
+ sha256sums = 91a3d0df079fa035681372727ab759a8ef0c21bb19b84bb9248867fbe0d1a400
pkgname = tijolo
diff --git a/PKGBUILD b/PKGBUILD
index ab0630cb4e27..2860027796da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
conflicts=("tijolo-git")
@@ -15,7 +15,7 @@ optdepends=('ccls: C/C++ LSP support'
'yaml-language-server: 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=('df13a32c7901c5156344ca2b42147e4c926eb5e9ea4a07a66549ce4c499b7f99')
+sha256sums=('91a3d0df079fa035681372727ab759a8ef0c21bb19b84bb9248867fbe0d1a400')
build() {
cd "$srcdir/tijolo-$pkgver"