summarylogtreecommitdiffstats
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
parentcc2256945daeb9c364c55a15f76bc7fe20e7dc69 (diff)
downloadaur-610f2491f90683797ea73cbd559b271b951dd876.tar.gz
Add harfbuzz package restriction due to https://github.com/jhass/crystal-gobject/issues/75.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898eb8b91662..f162dc34e8c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tijolo
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
@@ -14,6 +14,7 @@ pkgbase = tijolo
depends = gtksourceview4
depends = nerd-fonts-jetbrains-mono
depends = libgit2
+ depends = harfbuzz<=2.7.0
conflicts = tijolo-git
source = tijolo-0.1.0.tar.gz::https://github.com/hugopl/tijolo/archive/v0.1.0.tar.gz
sha256sums = c5f978c4fcce99bc97af58fb634f6699102b2eddd2d3816adaaeb315c863c9c8
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')