summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2024-02-08 15:06:27 +0100
committerkleintux2024-02-08 15:06:27 +0100
commit74aa6cca9ef53cf5c89e06bbb9fe89ce51b087b6 (patch)
tree924c01a9a66671aaca76d5fd4c6b53bd5e1e5158 /PKGBUILD
parent16cdb23f58087cd1c8e7a0c180fb019d6c33e3fd (diff)
downloadaur-timg-git.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc5e151a8438..7b54a90faf8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname='timg'
pkgname="${_pkgname}-git"
-pkgver=1.4.5.r36.g238c1d8
+pkgver=1.6.0.r5.gd617cf6
pkgrel=1
pkgdesc="Terminal Image and Video Viewer"
arch=('any')
url="https://github.com/hzeller/timg"
license=('GPL2')
depends=('libwebp' 'libjpeg-turbo' 'libexif' 'graphicsmagick' 'ffmpeg' 'openslide' 'libsixel' 'libdeflate')
-makedepends=('cmake' 'pkgconf' 'git' 'gcc')
+makedepends=('cmake' 'git' 'poppler-glib')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
optdepends=()