summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2022-10-09 01:19:37 +0200
committerPřemysl Eric Janouch2022-10-09 01:19:37 +0200
commit9c7af281c5a3c69dac24c7903e087c7e7b1982a5 (patch)
treec199f3c73594902f33ef8744a82f840606ec47d9 /PKGBUILD
parenta6d49414d6596db540b09d5febb6d582a8b854b2 (diff)
downloadaur-9c7af281c5a3c69dac24c7903e087c7e7b1982a5.tar.gz
Do not require asciidoctor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8aa7c80953d4..d40f2e052260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Eric Janouch <p@janouch.name>
pkgname=fiv-git
_pkgname=fiv
-pkgver=r463.9c2d659
+pkgver=r465.9cdc641
pkgrel=1
pkgdesc="Image browser and viewer"
url="https://git.janouch.name/p/fiv"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('custom:0BSD')
conflicts=('fiv')
provides=('fiv')
-makedepends=('meson' 'pkg-config' 'git' 'asciidoctor')
+makedepends=('meson' 'pkg-config' 'git')
depends=('gtk3' 'pixman' 'libjpeg-turbo' 'libwebp')
optdepends=('libraw' 'resvg' 'librsvg' 'gdk-pixbuf2' 'libxcursor' 'libtiff'
'libheif' 'perl-image-exiftool')