git » kimageannotator.git » commit deb6c26

Update to 0.4.0

author Antonio Rojas
2020-12-06 21:45:18 UTC
committer Antonio Rojas
2020-12-06 21:45:18 UTC
parent ce253d4ec43e45fb2753e37fb3808feab523d6fb

Update to 0.4.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4eb490d..0c21809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
 
 pkgname=kimageannotator
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='Tool for annotating images'
 arch=(x86_64)
 url='https://github.com/DamirPorobic/kImageAnnotator'
@@ -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=('d79d4132932ebf03f7f620281d033a74c7ee3fa7c5f204f2e86dac240cfaa8f1')
+sha256sums=('4ce8b9853e7c55cffd5eb5fe42ca89ead55db5f432be1b715e6f2804f7e8287d')
 
 build() {
   cmake -B build -S kImageAnnotator-$pkgver \