summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2023-07-28 17:17:10 -0300
committerHugo Parente Lima2023-07-28 17:17:10 -0300
commit45e483ddf47643fac140ec523cb38b24274e2d59 (patch)
tree277ee911342138b12ea54646c0e709f10a657e07
parent526912c905d5b0e7914911b73ba57737103e0f83 (diff)
downloadaur-45e483ddf47643fac140ec523cb38b24274e2d59.tar.gz
Release v0.7.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 695960899cfe..4e3eaec4239d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.7.3
- pkgrel = 2
+ pkgver = 0.7.4
+ 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-lsp-server: Python LSP support
conflicts = tijolo-git
- source = tijolo-0.7.3.tar.gz::https://github.com/hugopl/tijolo/archive/v0.7.3.tar.gz
- sha256sums = fc003b9b25bc744059c241613d5c9f6330fe10eb46cfb2608cddd58679cbbffc
+ source = tijolo-0.7.4.tar.gz::https://github.com/hugopl/tijolo/archive/v0.7.4.tar.gz
+ sha256sums = 7a7220d63ae831fa06808668a040bfe59adf087f6af34aa577ccad55b12a952f
pkgname = tijolo
diff --git a/PKGBUILD b/PKGBUILD
index 0c2e2571d7fb..1b0d441c04f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+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-lsp-server: Python LSP support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
-sha256sums=('fc003b9b25bc744059c241613d5c9f6330fe10eb46cfb2608cddd58679cbbffc')
+sha256sums=('7a7220d63ae831fa06808668a040bfe59adf087f6af34aa577ccad55b12a952f')
build() {
cd "$srcdir/tijolo-$pkgver"