summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2018-02-21 00:13:31 +0100
committerluspi2018-02-21 00:13:31 +0100
commit2dcf55d54889304f308918cb8bddaca700870ec8 (patch)
tree0c09d2f000af5151fed12584a017d541e968f2d7
parentc5b3fac06099b382fcb902abd1a1d39f9ce69d8c (diff)
downloadaur-2dcf55d54889304f308918cb8bddaca700870ec8.tar.gz
update to v1.6
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d414df1ad95e..cb8d415b8f46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 04:15:09 UTC 2017
+# Tue Feb 20 21:42:46 UTC 2018
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
- pkgver = 1.5.1
- pkgrel = 3
+ pkgver = 1.6
+ pkgrel = 1
url = http://photoqt.org/
install = photoqt.install
arch = any
@@ -21,8 +21,8 @@ pkgbase = photoqt
depends = hicolor-icon-theme
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
- source = http://photoqt.org/pkgs/photoqt-1.5.1.tar.gz
- md5sums = 2809c745892a4c593da74a8f0092256d
+ source = http://photoqt.org/pkgs/photoqt-1.6.tar.gz
+ md5sums = a93a3f7eba55dcf3ccce7f56a8288bcd
pkgname = photoqt
diff --git a/PKGBUILD b/PKGBUILD
index 5ec57bebeb02..60ef862d9d19 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=photoqt
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6
+pkgrel=1
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
arch=('any')
url="http://photoqt.org/"
@@ -14,7 +14,7 @@ optdepends=('libqpsd-git: PSB/PSD support'
makedepends=('cmake' 'qt5-tools')
install=$pkgname.install
source=(http://photoqt.org/pkgs/$pkgname-$pkgver.tar.gz)
-md5sums=('2809c745892a4c593da74a8f0092256d')
+md5sums=('a93a3f7eba55dcf3ccce7f56a8288bcd')
prepare() {
cd $srcdir/$pkgname-$pkgver