summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-30 02:38:44 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-30 02:40:47 +0200
commit17e4b640508c6563f8d38e1e61495bdad5c2abae (patch)
tree53109dfa59df5c3f9a5c699186bae8f47c64db53
parent7156589d43543a20108dfe9cdd738451893fad7a (diff)
downloadaur-17e4b640508c6563f8d38e1e61495bdad5c2abae.tar.gz
Add missing glib2 dependency as reported by namcap
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab5a22382ed..9de169a21d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Apr 30 00:32:59 UTC 2024
+# Tue Apr 30 00:40:24 UTC 2024
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
pkgver = 3.0
@@ -16,6 +16,7 @@ pkgbase = tio
depends = glibc
depends = libinih
depends = lua
+ depends = glib2
optdepends = bash-completion: bash completion support
source = https://github.com/tio/tio/releases/download/v3.0/tio-3.0.tar.xz
sha256sums = b7ec8eab6c29a3821e3f1239cf6baa84ef634ea2188ffa93d7a276c89338961e
diff --git a/PKGBUILD b/PKGBUILD
index f23a3fdc18cc..1845e774daa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The simple TTY terminal I/O application"
url="https://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL-2.0-or-later')
-depends=('glibc' 'libinih' 'lua')
+depends=('glibc' 'libinih' 'lua' 'glib2')
optdepends=('bash-completion: bash completion support')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")