summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2023-06-19 13:59:12 +0200
committerPřemysl Eric Janouch2023-06-19 13:59:12 +0200
commit9df93f82654a966202cea4af19939c9776e0e14b (patch)
tree304e65c82e352c31046e3739662705d4228439f8 /PKGBUILD
parentc58ebfe0ff7503762d2e03f435891b21c6675481 (diff)
downloadaur-9df93f82654a966202cea4af19939c9776e0e14b.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006c07e2ee79..b64cf258da12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=hex-git
_pkgname=hex
-pkgver=r92.62c6d43
+pkgver=r95.f6d5527
pkgrel=1
pkgdesc="Interpreting hex viewer"
url="https://git.janouch.name/p/hex"
@@ -12,6 +12,7 @@ conflicts=('hex')
provides=('hex')
makedepends=('cmake' 'pkg-config' 'git')
depends=('ncurses' 'libunistring' 'lua')
+optdepends=('libxft: X11 user interface')
source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')