summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgigas0022024-03-20 13:57:19 +0900
committergigas0022024-03-20 13:57:19 +0900
commit566d7b15eaccd234170e63c7f230a3dee7eae3c0 (patch)
treea3a01cd332c554994ab8b646e64ec48e86293d20 /PKGBUILD
parentf778ea9e7a23a93cf050a8101766a18b34dc193e (diff)
downloadaur-qimgv-qt6-kde-git.tar.gz
rm duplicated optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed23180e887a..11023dd5b1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qimgv-qt6-kde-git
_pkgname=qimgv
pkgver=v1.0.3.alpha.r105.g70dc0ef
-pkgrel=2
+pkgrel=3
pkgdesc="Qt6 image viewer. Fast, configurable, easy to use. Supports video playback."
arch=(x86_64 i686 armv6h armv7h aarch64)
url="https://github.com/easymodo/qimgv"
@@ -11,7 +11,6 @@ license=('GPL3')
depends=('qt6-base' 'qt6-imageformats' 'qt6-svg' 'qt6-5compat' 'mpv' 'exiv2' 'opencv')
makedepends=('git' 'cmake' 'pkgconf' 'qt6-tools')
optdepends=('kimageformats: support for more image formats'
- 'qt6-imageformats'
'qt6-jpegxl-image-plugin: JPEG-XL support'
'qt6-avif-image-plugin: AVIF support'
)