summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2024-03-07 09:30:07 -0600
committerluspi2024-03-07 09:30:21 -0600
commit4159770b0223daefa539d59c47355f24b982a170 (patch)
treec284cf3a654b3f6795ee57e58c3616e99f6859d3
parentc6e07b6cdfe97402da5280b4f6704e57de37a444 (diff)
downloadaur-4159770b0223daefa539d59c47355f24b982a170.tar.gz
Update dependency to plasma 6's kimageformats
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a80485e71c5..80d64e71ee8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
pkgver = 4.3
- pkgrel = 2
+ pkgrel = 3
url = http://photoqt.org/
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = photoqt
depends = libraw
depends = hicolor-icon-theme
depends = libarchive
- depends = kimageformats5
+ depends = kimageformats
depends = pugixml
depends = mpv
depends = resvg
diff --git a/PKGBUILD b/PKGBUILD
index 21f09c9c0472..bb5c860af003 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=photoqt
pkgver=4.3
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
arch=('x86_64')
url="http://photoqt.org/"
license=('GPL2')
-depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats5' 'pugixml' 'mpv' 'resvg' 'python-pychromecast' 'qt6-webengine' 'zxing-cpp')
+depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats' 'pugixml' 'mpv' 'resvg' 'python-pychromecast' 'qt6-webengine' 'zxing-cpp')
optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support'
'poppler-qt6: PDF support')