summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-03-09 17:14:20 +0800
committerlilac2021-03-09 17:14:20 +0800
commitaff06e183dbfb31cc65be717fce57f02e8ed0c8a (patch)
treefdff27ec7edc0dda46d10b12f7aff52c5fc16897
parentc59d6f6097f3dc86133f54623b43c9a9c31be8ec (diff)
downloadaur-aff06e183dbfb31cc65be717fce57f02e8ed0c8a.tar.gz
[lilac] updated to 0.2.3-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 800f7c3a30a9..35055fb8894d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qupath
- pkgdesc = An open, powerful, flexible, extensible software platform for whole slide image analysis.
+ pkgdesc = Bioimage analysis & digital pathology
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://qupath.github.io
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d75eefc23832..bd3f45be80f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=QuPath
pkgname=qupath
pkgver=0.2.3
-pkgrel=1
-pkgdesc="An open, powerful, flexible, extensible software platform for whole slide image analysis."
+pkgrel=2
+pkgdesc='Bioimage analysis & digital pathology'
arch=('x86_64')
url="https://qupath.github.io"
license=('GPL')
@@ -20,8 +20,8 @@ prepare() {
gendesk -f -n --pkgname ${pkgname} \
--pkgdesc "${pkgdesc}" \
--categories "Graphics;MedicalSoftware;Science;" \
- --icon "${pkgname}" \
- --exec "qupath"
+ --icon "/opt/${pkgname}/lib/${_pkgname}-${pkgver}.png" \
+ --exec "${pkgname}"
}
build() {