summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima2021-02-28 21:56:15 -0300
committerHugo Parente Lima2021-02-28 21:56:15 -0300
commitc54b30db6e2efac17e348fd29574c588a3f407f4 (patch)
treef1a04f62151904ae44430e6c50d85316b08e590e
parent5764e50708ecb4f0c86d6c673ee750b9b05945b1 (diff)
downloadaur-c54b30db6e2efac17e348fd29574c588a3f407f4.tar.gz
Add new dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099bb619f961..64a8dfd1b1b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tijolo-git
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
pkgver = HEAD
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
makedepends = git
- makedepends = crystal>=0.35.1
+ makedepends = crystal<0.36
makedepends = shards>=0.11.0
depends = gc
depends = libevent
@@ -15,6 +15,7 @@ pkgbase = tijolo-git
depends = nerd-fonts-jetbrains-mono
depends = libgit2
depends = editorconfig-core-c
+ depends = ttf-font-awesome>=5.15
conflicts = tijolo
source = tijolo-git::git+https://github.com/hugopl/tijolo.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be2846debd05..6294436c44ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=tijolo-git
pkgver=HEAD
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
conflicts=("tijolo")
url="https://github.com/hugopl/tijolo"
license=("MIT")
-depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "editorconfig-core-c")
-makedepends=("git" "crystal>=0.35.1" "shards>=0.11.0")
+depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "editorconfig-core-c" "ttf-font-awesome>=5.15")
+makedepends=("git" "crystal<0.36" "shards>=0.11.0")
source=("tijolo-git::git+https://github.com/hugopl/tijolo.git")
sha256sums=('SKIP')