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 96c651f87881..c40cc4a9d2de 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 = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://photoqt.org/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = photoqt
depends = pugixml
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
- source = https://photoqt.org/downloads/source/photoqt-2.4.tar.gz
- sha256sums = a05d76a6d82f6d6bec072bf69f0da17dd17f47cf3dbf635fd35201ffc17499bc
+ source = https://photoqt.org/downloads/source/photoqt-2.5.tar.gz
+ sha256sums = 0b60db1e71baa77460868b0779b0e3b94e1cdd2f8a230cdb81811ae2241170c3
pkgname = photoqt
diff --git a/PKGBUILD b/PKGBUILD
index fa06dfb4dfce..927ee060323e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=photoqt
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support')
makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules')
source=(https://photoqt.org/downloads/source/$pkgname-$pkgver.tar.gz)
-sha256sums=('a05d76a6d82f6d6bec072bf69f0da17dd17f47cf3dbf635fd35201ffc17499bc')
+sha256sums=('0b60db1e71baa77460868b0779b0e3b94e1cdd2f8a230cdb81811ae2241170c3')
prepare() {
cd $srcdir/$pkgname-$pkgver