summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2020-05-03 18:34:08 +0200
committerFabioLolix2020-05-03 18:34:08 +0200
commitdb40e21c4fd555c2a5c777979d8114c8faffaa36 (patch)
tree76d6060cae0a6e7e1579b6cac7ec15fc8c2b4679 /PKGBUILD
parentde4f075c39373c1b646a491c6ff8168e0d7dc8e6 (diff)
downloadaur-db40e21c4fd555c2a5c777979d8114c8faffaa36.tar.gz
v0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56a0733580fd..7ff7dbb30588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=qimgv
-pkgver=0.8.9
+pkgver=0.9
pkgrel=1
pkgdesc="Qt5 image viewer with experimental webm playback"
arch=(x86_64 i686 armv6h armv7h aarch64)
url="https://github.com/easymodo/qimgv"
license=(GPL3)
-depends=(qt5-base qt5-imageformats qt5-svg mpv exiv2)
+depends=(qt5-base qt5-imageformats qt5-svg mpv exiv2 opencv)
makedepends=(cmake qt5-tools)
-optdepednds=('qt5-apng-plugin: animated png support'
+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=('b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62')
+sha256sums=('b994cdcaad269de6774a59ff01dbfdb4adf0994f974fc5756daf43aa9bfeab05')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"