summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacfa9663333..b464efde3e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 0
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
@@ -15,9 +15,10 @@ pkgbase = tijolo
depends = gtksourceview4
depends = nerd-fonts-jetbrains-mono
depends = libgit2
+ depends = vte3
conflicts = tijolo-git
- source = tijolo-0.2.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.2.0.tar.gz
- sha256sums = 5f0ff5319001e35e13ce223bf9df305430e1d28d61d18aa374823943b9b0b6e0
+ source = tijolo-0.3.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.3.0.tar.gz
+ sha256sums = 248be08cabf28e9f94dc5182eef82bf765c16a2b6696647c83cae314c93bf544
pkgname = tijolo
diff --git a/PKGBUILD b/PKGBUILD
index 89de064f9f1d..a31c1712e71b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.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")
+depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "vte3")
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=('5f0ff5319001e35e13ce223bf9df305430e1d28d61d18aa374823943b9b0b6e0')
+sha256sums=('248be08cabf28e9f94dc5182eef82bf765c16a2b6696647c83cae314c93bf544')
build() {
cd "$srcdir/tijolo-$pkgver"