summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-10-01 22:11:55 +0200
committerMagnus Boman2021-10-01 22:11:55 +0200
commit649321dd5bcd8eccb1ed7a8fc7265c7e6ae99aad (patch)
treebec0997eb6254d2e46164f77cc3ddcea4931636f
parent6a2647d9c0aeb915d1e6bce87dc0774d458c2d67 (diff)
downloadaur-649321dd5bcd8eccb1ed7a8fc7265c7e6ae99aad.tar.gz
upgpkg: qimgv-light 1.0.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc73fa9eb618..591b64e12b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qimgv-light
pkgdesc = Qt6 image viewer (without any optional features)
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/easymodo/qimgv
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = qimgv-light
optdepends = qtraw: raw images support
provides = qimgv
conflicts = qimgv
- source = qimgv-1.0.1.tar.gz::https://github.com/easymodo/qimgv/archive/refs/tags/v1.0.1.tar.gz
- sha256sums = 6d794a11f7e2f8ca0453c6e778a214005e81b69cef50a0198e9eaf949eda4f06
+ source = qimgv-1.0.2.tar.gz::https://github.com/easymodo/qimgv/archive/refs/tags/v1.0.2.tar.gz
+ sha256sums = ace75077c5b6f3cb2b0d40b24482b3778728d98dce75ed8186c7ae4282e57634
pkgname = qimgv-light
diff --git a/PKGBUILD b/PKGBUILD
index 1adc73e61154..15db204a5f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=qimgv-light
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Qt6 image viewer (without any optional features)'
arch=(x86_64 i686 armv6h armv7h aarch64)
@@ -15,7 +15,7 @@ conflicts=("${pkgname%-light}")
optdepends=('kimageformats: support for more image formats'
'qtraw: raw images support')
source=("${pkgname%-light}"-"${pkgver}".tar.gz::"${url}"/archive/refs/tags/v"${pkgver}".tar.gz)
-sha256sums=('6d794a11f7e2f8ca0453c6e778a214005e81b69cef50a0198e9eaf949eda4f06')
+sha256sums=('ace75077c5b6f3cb2b0d40b24482b3778728d98dce75ed8186c7ae4282e57634')
build() {
cmake -B build -S "${pkgname%-light}"-"${pkgver}" \