summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2016-06-01 13:50:59 -0230
committerluspi2016-06-01 13:50:59 -0230
commit6346bc68c2ce70af1242b3384478c0c6073ec674 (patch)
tree4bf321b16ec9684543dd0a339e41287afde0dcaa
parent608cd42bdcf656555a37a91c0087d87bbccfc828 (diff)
downloadaur-6346bc68c2ce70af1242b3384478c0c6073ec674.tar.gz
update to v1.4.1
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f701f78344d..1b0d6628e428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 18 11:07:32 UTC 2016
+# Wed Jun 1 16:18:31 UTC 2016
pkgbase = photoqt
pkgdesc = Fast and highly configurable image viewer with a simple and nice interface.
- pkgver = 1.4
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = http://photoqt.org/
install = photoqt.install
arch = i686
@@ -22,8 +22,8 @@ pkgbase = photoqt
depends = qt5-graphicaleffects
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
- source = http://photoqt.org/pkgs/photoqt-1.4.tar.gz
- md5sums = 6d3b34ff6ffa672ba7176db48361225d
+ source = http://photoqt.org/pkgs/photoqt-1.4.1.tar.gz
+ md5sums = f708ccf9f4e01ad3fac2e893c4f14014
pkgname = photoqt
diff --git a/PKGBUILD b/PKGBUILD
index a46dc78d2db1..d724b9530d2e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: archtux <antonio dot arias99999 at gmail dot com>
pkgname=photoqt
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Fast and highly configurable image viewer with a simple and nice interface."
arch=('i686' 'x86_64')
url="http://photoqt.org/"
@@ -13,7 +13,7 @@ optdepends=('libqpsd-git: PSB/PSD support'
makedepends=('cmake' 'qt5-tools')
install=$pkgname.install
source=(http://photoqt.org/pkgs/$pkgname-$pkgver.tar.gz)
-md5sums=('6d3b34ff6ffa672ba7176db48361225d')
+md5sums=('f708ccf9f4e01ad3fac2e893c4f14014')
prepare() {
cd $srcdir/$pkgname-$pkgver