summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-01-10 08:19:46 -0300
committerHugo Parente Lima2021-01-10 08:21:54 -0300
commitd7f26b3b45fe1ec74027b6a1ffa9a28b9a6144ae (patch)
tree30b871329021c70f5b6891a0d5386c263f698cda
parentcdb6419f2657cd7014197c29d0f5ccf3735c2273 (diff)
downloadaur-d7f26b3b45fe1ec74027b6a1ffa9a28b9a6144ae.tar.gz
Release v0.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b464efde3e47..25b9d56dd3e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 0
url = https://github.com/hugopl/tijolo
arch = x86_64
@@ -16,9 +16,10 @@ pkgbase = tijolo
depends = nerd-fonts-jetbrains-mono
depends = libgit2
depends = vte3
+ depends = editorconfig-core-c
conflicts = tijolo-git
- source = tijolo-0.3.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.3.0.tar.gz
- sha256sums = 248be08cabf28e9f94dc5182eef82bf765c16a2b6696647c83cae314c93bf544
+ source = tijolo-0.4.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.4.0.tar.gz
+ sha256sums = 7e189c7e9e63c02bb7dfd4ce1207d30e0f0527ec6ea673ea91714fec98004003
pkgname = tijolo
diff --git a/PKGBUILD b/PKGBUILD
index a31c1712e71b..a212bb121ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=0
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
conflicts=("tijolo-git")
url="https://github.com/hugopl/tijolo"
license=("MIT")
-depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "vte3")
+depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "vte3" "editorconfig-core-c")
makedepends=("make" "git" "crystal>=0.35.1" "shards>=0.11.0")
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
-sha256sums=('248be08cabf28e9f94dc5182eef82bf765c16a2b6696647c83cae314c93bf544')
+sha256sums=('7e189c7e9e63c02bb7dfd4ce1207d30e0f0527ec6ea673ea91714fec98004003')
build() {
cd "$srcdir/tijolo-$pkgver"