summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Parente Lima2020-11-02 13:26:00 -0300
committerHugo Parente Lima2020-11-02 13:26:00 -0300
commitcdb6419f2657cd7014197c29d0f5ccf3735c2273 (patch)
treeadd3660d31c09d06072080bbfa676cb590744f58 /PKGBUILD
parent186ced0a91092d266edeacca21027d6aa3e503ea (diff)
downloadaur-cdb6419f2657cd7014197c29d0f5ccf3735c2273.tar.gz
Release v0.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"