summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Østergaard2022-03-22 21:39:10 +0100
committerNick Østergaard2022-03-22 21:39:36 +0100
commite9260b0a1121a0758fb88e5cdb368078fcf073ae (patch)
treeee320e5e1608189dbfab26b44fa2f09d7c39228b /PKGBUILD
parent19cd7ad0f65b829bb1d65741577a3904f6aa54ab (diff)
downloadaur-tio-git.tar.gz
Add libinih as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9d40961d8fa..7fe523ba5120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
_pkgname=tio
pkgname=$_pkgname-git
-pkgver=1.34.r0.gcbfa118
+pkgver=1.36.r2.g8975c44
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
license=('GPLv2')
conflicts=('tio')
provides=('tio')
-depends=('glibc')
+depends=('glibc' 'libinih')
makedepends=('git' 'meson')
source=("git+https://github.com/tio/tio.git")
sha256sums=('SKIP')