summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-10-09 14:16:07 +0200
committerFabioLolix2021-10-09 14:16:07 +0200
commitf8d7bae9a495d69834424a0d95aa703a07df2340 (patch)
treee98b399cc70c500fadedc195c2e9fa0966583114 /PKGBUILD
parent8c144fd9394b0a0ebfab58e926521f4e1b608864 (diff)
downloadaur-f8d7bae9a495d69834424a0d95aa703a07df2340.tar.gz
v1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3435a8aadd79..09a82142115e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=qimgv
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
pkgdesc="Qt5 image viewer with experimental webm playback"
arch=(x86_64 i686 armv6h armv7h aarch64)
@@ -13,7 +13,7 @@ optdepends=('kimageformats: support for more image formats'
'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=('82888f744435e7e944558d26b0b4ac053cf5f2e581e2497cbb6ce3d65cf47fea')
+sha256sums=('ace75077c5b6f3cb2b0d40b24482b3778728d98dce75ed8186c7ae4282e57634')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"