summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGary Wang2024-04-13 00:47:14 +0800
committerGary Wang2024-04-13 00:47:29 +0800
commit6fc42f35b2dc0e52a57aa8574d5cc1e65ee24a59 (patch)
treebca88d642f0298aba49d7e6ab4020e4c876d6378 /PKGBUILD
parent6f51a41b11a53e4ca0e2edec803326b612e5ddb7 (diff)
downloadaur-pineapple-pictures.tar.gz
update to 0.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96af96c97130..47a47862419f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gary Wang <wzc782970009@gmail.com>
pkgname=pineapple-pictures
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=2
pkgdesc='Yet another lightweight image viewer'
arch=('x86_64' 'aarch64')
url='https://github.com/BLumia/pineapple-pictures/'
license=('MIT')
depends=(
- 'qt5-svg'
+ 'qt6-svg'
'exiv2'
)
makedepends=(
@@ -17,14 +17,14 @@ makedepends=(
'cmake'
)
optdepends=(
- 'kimageformats5: XCF, EXR, PSD and other extra image format support'
- 'qt5-imageformats: TIFF, WEBP, and other extra image formats'
+ 'kimageformats: XCF, EXR, PSD and other extra image format support'
+ 'qt6-imageformats: TIFF, WEBP, and other extra image formats'
)
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/BLumia/pineapple-pictures/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '39fe3f3db1c266f4779998e62fbfcc3ac4ac4341de87977ff1daa1015fcad54c'
+ '9f1f83afc455b15f3cfccf62cd661c7a11e3f425874c1b45a5336af5574e39bb'
)
build () {