summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2019-09-22 00:30:24 +0200
committerFabioLolix2019-09-22 00:30:24 +0200
commite200b09832cea15de0146412a50fecf025c80b7c (patch)
treee3c38eb58366ebd502ad4b55d3aef2f10b35eab5 /PKGBUILD
parentf32f43dc1259a2a16db0989696a5dcfb07815c62 (diff)
downloadaur-e200b09832cea15de0146412a50fecf025c80b7c.tar.gz
v0.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c9ad0fc559a..60eec407b0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=qimgv
-pkgver=0.8.2
+pkgver=0.8.4
pkgrel=1
pkgdesc="Qt5 image viewer with experimental webm playback"
arch=(x86_64 i686 armv6h armv7h aarch64)
@@ -12,7 +12,7 @@ makedepends=(cmake qt5-tools)
optdepednds=('qt5-apng-plugin: animated png support'
'qtraw: raw images support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/easymodo/qimgv/archive/v${pkgver}.tar.gz")
-sha256sums=('a0edf03f71ea94d1bcd441cd21b8bb1eef07db27e2e8abf469449479c32479f8')
+sha256sums=('d416e6bc13114a8aa877951ea55fa2804d4052e9bb5821a4a7a3203daf047603')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"