[arch-commits] Commit in kimageannotator/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 6 21:45:19 UTC 2020
Date: Sunday, December 6, 2020 @ 21:45:18
Author: arojas
Revision: 402999
Update to 0.4.0
Modified:
kimageannotator/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-06 21:41:18 UTC (rev 402998)
+++ PKGBUILD 2020-12-06 21:45:18 UTC (rev 402999)
@@ -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 @@
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 \
More information about the arch-commits
mailing list