summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2024-02-10 11:08:44 +0100
committerPřemysl Eric Janouch2024-02-10 11:08:44 +0100
commitf306070f02c4697342c62152fb3be0787a3d6071 (patch)
tree5d9be4a09343233e3db6c668382849ba1962fc05 /PKGBUILD
parent9df93f82654a966202cea4af19939c9776e0e14b (diff)
downloadaur-hex-git.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b64cf258da12..d0505c8b223e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=hex-git
_pkgname=hex
-pkgver=r95.f6d5527
+pkgver=r103.3c96448
pkgrel=1
pkgdesc="Interpreting hex viewer"
url="https://git.janouch.name/p/hex"
@@ -10,9 +10,12 @@ license=('custom:0BSD')
options=(zipman)
conflicts=('hex')
provides=('hex')
-makedepends=('cmake' 'pkg-config' 'git')
+makedepends=('cmake' 'pkg-config' 'git' 'librsvg')
depends=('ncurses' 'libunistring' 'lua')
-optdepends=('libxft: X11 user interface')
+optdepends=(
+ 'libxft: X11 user interface'
+ 'libpng: X11 user interface'
+)
source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')