summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin O2023-08-18 01:01:27 -0400
committerBenjamin O2023-08-18 01:01:27 -0400
commitfe03dd06078482e22b50bcdde9bf4c381ab4bb50 (patch)
tree471e517cea9df46201ae18a990b156f53ff80709
parent79c30d5a5b04bac9f94e32cda5017b436790b5cf (diff)
downloadaur-fe03dd06078482e22b50bcdde9bf4c381ab4bb50.tar.gz
add qtx11-extras dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877f3a9f4572..221d1bc183e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qview
pkgdesc = qView is a Qt image viewer designed with minimalism and usability in mind.
pkgver = 6.1
- pkgrel = 1
+ pkgrel = 2
url = https://interversehq.com/qview/
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
depends = qt5-base>=5.9
+ depends = qt5-x11extras>=5.9
depends = hicolor-icon-theme
optdepends = qt5-imageformats: Extra image format support
optdepends = kimageformats: Support for even more extra formats
diff --git a/PKGBUILD b/PKGBUILD
index a61a0c1b53ca..0f0573b27f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: jurplel <jurplel[at]interversehq[dotcom]>
pkgname=qview
pkgver=6.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="qView is a Qt image viewer designed with minimalism and usability in mind."
arch=('i686' 'x86_64')
url="https://interversehq.com/qview/"
license=('GPL3')
groups=()
-depends=('qt5-base>=5.9' 'hicolor-icon-theme')
+depends=('qt5-base>=5.9' 'qt5-x11extras>=5.9' 'hicolor-icon-theme')
optdepends=('qt5-imageformats: Extra image format support' 'kimageformats: Support for even more extra formats' 'qt5-svg: SVG support' 'qt5-apng-plugin: APNG support')
makedepends=('qt5-tools')
provides=()