summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Parente Lima2020-08-17 19:40:42 -0300
committerHugo Parente Lima2020-08-17 19:40:42 -0300
commit610f2491f90683797ea73cbd559b271b951dd876 (patch)
tree1f1c23d9b1e24e59b1a6766aaa1b85ce6f9759a4 /PKGBUILD
parentcc2256945daeb9c364c55a15f76bc7fe20e7dc69 (diff)
downloadaur-610f2491f90683797ea73cbd559b271b951dd876.tar.gz
Add harfbuzz package restriction due to https://github.com/jhass/crystal-gobject/issues/75.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b375eecd1de8..359ee1867b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tijolo
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
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" "harfbuzz<=2.7.0")
makedepends=("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=('c5f978c4fcce99bc97af58fb634f6699102b2eddd2d3816adaaeb315c863c9c8')