summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d3cd05a710..d79c99c9a4ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
- pkgver = 4.0.1
+ pkgver = 4.1
pkgrel = 1
url = http://photoqt.org/
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = photoqt
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
optdepends = poppler-qt6: PDF support
- source = https://photoqt.org/downloads/source/photoqt-4.0.1.tar.gz
- sha256sums = 9e6122a736adb1e970b4147ffdac9a8ea82685a52700c296ec904b29dceeb478
+ source = https://photoqt.org/downloads/source/photoqt-4.1.tar.gz
+ sha256sums = bf14191654b80be0e0f48e8129e31414e607cfbe1ddbc81b849948a7148a4efb
pkgname = photoqt
diff --git a/PKGBUILD b/PKGBUILD
index a251c20fb7b5..5c452b7679c5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=photoqt
-pkgver=4.0.1
+pkgver=4.1
pkgrel=1
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('libqpsd-git: PSB/PSD support'
'poppler-qt6: PDF support')
makedepends=('cmake' 'qt6-tools' 'extra-cmake-modules')
source=(https://photoqt.org/downloads/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e6122a736adb1e970b4147ffdac9a8ea82685a52700c296ec904b29dceeb478')
+sha256sums=('bf14191654b80be0e0f48e8129e31414e607cfbe1ddbc81b849948a7148a4efb')
prepare() {
cd $srcdir/$pkgname-$pkgver