git » kimageannotator.git » commit 2175b3c

Update to 0.4.2

author Antonio Rojas
2021-03-22 17:26:31 UTC
committer Antonio Rojas
2021-03-22 17:26:31 UTC
parent f4a5a6082305aeae8fc66d1388f68e6f16003bd4

Update to 0.4.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 6bacd4a..5887835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
 
 pkgname=kimageannotator
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc='Tool for annotating images'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL)
 depends=(qt5-svg kcolorpicker)
 makedepends=(cmake qt5-tools)
 source=($pkgname-$pkgver.tar.gz::https://github.com/ksnip/kImageAnnotator/archive/v$pkgver.tar.gz)
-sha256sums=('64e62f7379a0741f675515e57c21311ebbc6544da8c8a003a5a1ec4964902ac8')
+sha256sums=('9e8945d8b5871a1020be643088d15cd76496ad707a1f464af8dd91958b430856')
 
 build() {
   cmake -B build -S kImageAnnotator-$pkgver \