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 00bd4a6ed698..526f292c8346 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 = 3.0
+ pkgver = 3.1
pkgrel = 1
url = http://photoqt.org/
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = photoqt
depends = python-pychromecast
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
- source = https://photoqt.org/downloads/source/photoqt-3.0.tar.gz
- sha256sums = 3c69bb9e35dfb1700004db15e63a3b0f07c1c8beade58eb0ce6926e47024ca50
+ source = https://photoqt.org/downloads/source/photoqt-3.1.tar.gz
+ sha256sums = 86285fa84ed7225480c4f8372b395ddcbad84bdef00c7fff186aa9069070166d
pkgname = photoqt
diff --git a/PKGBUILD b/PKGBUILD
index ea753118e2ad..4076cfa7adb5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=photoqt
-pkgver=3.0
+pkgver=3.1
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=('3c69bb9e35dfb1700004db15e63a3b0f07c1c8beade58eb0ce6926e47024ca50')
+sha256sums=('86285fa84ed7225480c4f8372b395ddcbad84bdef00c7fff186aa9069070166d')
prepare() {
cd $srcdir/$pkgname-$pkgver