summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 169cf2630b96..52f09b4df499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qimgv
pkgdesc = Qt5 image viewer with experimental webm playback
- pkgver = 0.8.2
+ pkgver = 0.8.4
pkgrel = 1
url = https://github.com/easymodo/qimgv
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = qimgv
depends = qt5-svg
depends = mpv
depends = exiv2
- source = qimgv-0.8.2.tar.gz::https://github.com/easymodo/qimgv/archive/v0.8.2.tar.gz
- sha256sums = a0edf03f71ea94d1bcd441cd21b8bb1eef07db27e2e8abf469449479c32479f8
+ source = qimgv-0.8.4.tar.gz::https://github.com/easymodo/qimgv/archive/v0.8.4.tar.gz
+ sha256sums = d416e6bc13114a8aa877951ea55fa2804d4052e9bb5821a4a7a3203daf047603
pkgname = qimgv
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}"