summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-29 20:08:00 +0200
committerMichal Wojdyla2024-04-29 20:08:00 +0200
commit5fc11cb24cc064eb5973efe1d4d92f8b67d4d773 (patch)
treeeaabbfc68d6ed9e2184c503282f303fd3a32283c
parent12f2f930a93bc4b79eb842af175b39011290416e (diff)
downloadaur-tijolo-git.tar.gz
update dependencies
-rw-r--r--.SRCINFO31
-rw-r--r--PKGBUILD13
2 files changed, 25 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83344e8015a..629d9df6365c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,32 @@
pkgbase = tijolo-git
pkgdesc = Lightweight, keyboard-oriented IDE for the masses
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hugopl/tijolo
arch = x86_64
license = MIT
makedepends = git
- makedepends = crystal>=1.0.0
- makedepends = shards>=0.13.0
- depends = gc
+ makedepends = shards
+ makedepends = crystal
+ makedepends = gobject-introspection-runtime
+ depends = graphene
+ depends = vulkan-icd-loader
+ depends = hicolor-icon-theme
+ depends = libadwaita
depends = libevent
- depends = pcre
- depends = gtksourceview4
- depends = ttf-jetbrains-mono-nerd
- depends = libgit2
- depends = editorconfig-core-c
- depends = ttf-font-awesome>=5.15
+ depends = pcre2
+ depends = gc
+ depends = vte4
+ depends = gtksourceview5
+ depends = gdk-pixbuf2
+ depends = gcc-libs
+ depends = glibc
+ depends = glib2
+ depends = pango
+ depends = dconf
+ depends = gtk4
+ depends = harfbuzz
+ depends = cairo
conflicts = tijolo
source = tijolo-git::git+https://github.com/hugopl/tijolo.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6e2e89451873..2a3398fab2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
+# Contributor: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo-git
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
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" "ttf-jetbrains-mono-nerd" "libgit2" "editorconfig-core-c" "ttf-font-awesome>=5.15")
-makedepends=("git" "crystal>=1.0.0" "shards>=0.13.0")
+depends=("graphene" "vulkan-icd-loader" "hicolor-icon-theme" "libadwaita" "libevent" "pcre2" "gc" "vte4" "gtksourceview5" "gdk-pixbuf2" "gcc-libs" "glibc" "glib2" "pango" "dconf" "gtk4" "harfbuzz" "cairo")
+makedepends=("git" "shards" "crystal" "gobject-introspection-runtime")
source=("tijolo-git::git+https://github.com/hugopl/tijolo.git")
sha256sums=('SKIP')
@@ -23,11 +23,6 @@ build() {
make
}
-check() {
- cd "$srcdir/tijolo-git"
- crystal spec
-}
-
package() {
cd "$srcdir/tijolo-git"
make install DESTDIR="${pkgdir}"