summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2023-06-22 11:44:18 +0200
committerPřemysl Eric Janouch2023-06-22 11:44:18 +0200
commit651d422b4aebbcc0767bda7112696a85c38961fb (patch)
tree78835be7440d73e6d836787f7422b60f5b602bad
parent9c7af281c5a3c69dac24c7903e087c7e7b1982a5 (diff)
downloadaur-651d422b4aebbcc0767bda7112696a85c38961fb.tar.gz
Update dependencies
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD17
2 files changed, 23 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa90592b605..5d982037f543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fiv-git
pkgdesc = Image browser and viewer
- pkgver = r465.9cdc641
+ pkgver = r552.1eee183
pkgrel = 1
url = https://git.janouch.name/p/fiv
install = fiv.install
@@ -14,14 +14,14 @@ pkgbase = fiv-git
depends = pixman
depends = libjpeg-turbo
depends = libwebp
- optdepends = libraw
- optdepends = resvg
- optdepends = librsvg
- optdepends = gdk-pixbuf2
- optdepends = libxcursor
- optdepends = libtiff
- optdepends = libheif
- optdepends = perl-image-exiftool
+ optdepends = libraw: raw photo images
+ optdepends = resvg: SVG images
+ optdepends = libtiff: TIFF images
+ optdepends = libheif: HEIF images
+ optdepends = perl-image-exiftool: file information
+ optdepends = xdg-utils: reverse image search
+ optdepends = curl: reverse image search
+ optdepends = jq: reverse image search
provides = fiv
conflicts = fiv
source = git+https://git.janouch.name/p/fiv.git
diff --git a/PKGBUILD b/PKGBUILD
index d40f2e052260..43f012be2dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=fiv-git
_pkgname=fiv
-pkgver=r465.9cdc641
+pkgver=r552.1eee183
pkgrel=1
pkgdesc="Image browser and viewer"
url="https://git.janouch.name/p/fiv"
@@ -11,8 +11,19 @@ conflicts=('fiv')
provides=('fiv')
makedepends=('meson' 'pkg-config' 'git')
depends=('gtk3' 'pixman' 'libjpeg-turbo' 'libwebp')
-optdepends=('libraw' 'resvg' 'librsvg' 'gdk-pixbuf2' 'libxcursor' 'libtiff'
- 'libheif' 'perl-image-exiftool')
+optdepends=(
+ 'libraw: raw photo images'
+ 'resvg: SVG images'
+ #'librsvg: SVG images'
+ #'gdk-pixbuf2: GdkPixbuf module support'
+ #'libxcursor: X cursor images'
+ 'libtiff: TIFF images'
+ 'libheif: HEIF images'
+ 'perl-image-exiftool: file information'
+ 'xdg-utils: reverse image search'
+ 'curl: reverse image search'
+ 'jq: reverse image search'
+)
install=fiv.install
source=(
"git+https://git.janouch.name/p/$_pkgname.git"