summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wang2023-11-11 01:34:15 +0800
committerGary Wang2023-11-11 01:34:15 +0800
commit6f51a41b11a53e4ca0e2edec803326b612e5ddb7 (patch)
tree1b7f2b90c1ef45d38c2f679f2f0386421e70571e
parente055e527e6749d4643b97264d81e6f9ab8b2dd72 (diff)
downloadaur-6f51a41b11a53e4ca0e2edec803326b612e5ddb7.tar.gz
fix: catch up package kf name changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 813ce828e243..086f70b9e0f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pineapple-pictures
pkgdesc = Yet another lightweight image viewer
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BLumia/pineapple-pictures/
arch = x86_64
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = pineapple-pictures
makedepends = cmake
depends = qt5-svg
depends = exiv2
- optdepends = kimageformats: XCF, EXR, PSD and other extra image format support
+ optdepends = kimageformats5: XCF, EXR, PSD and other extra image format support
optdepends = qt5-imageformats: TIFF, WEBP, and other extra image formats
source = pineapple-pictures-0.7.3.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/0.7.3.tar.gz
sha256sums = 39fe3f3db1c266f4779998e62fbfcc3ac4ac4341de87977ff1daa1015fcad54c
diff --git a/PKGBUILD b/PKGBUILD
index a5e0a616e0c4..96af96c97130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pineapple-pictures
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
pkgdesc='Yet another lightweight image viewer'
arch=('x86_64' 'aarch64')
url='https://github.com/BLumia/pineapple-pictures/'
@@ -17,7 +17,7 @@ makedepends=(
'cmake'
)
optdepends=(
- 'kimageformats: XCF, EXR, PSD and other extra image format support'
+ 'kimageformats5: XCF, EXR, PSD and other extra image format support'
'qt5-imageformats: TIFF, WEBP, and other extra image formats'
)
source=(