summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-03-13 04:43:49 +0800
committerlilac2021-03-13 04:43:49 +0800
commit28442d371cb0822d2ea6ca3e1dc55223a69cc990 (patch)
treec785bd6d35d45774cd7999631670abb90df0048a /PKGBUILD
parentaff06e183dbfb31cc65be717fce57f02e8ed0c8a (diff)
downloadaur-28442d371cb0822d2ea6ca3e1dc55223a69cc990.tar.gz
[lilac] updated to 0.2.3-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3f45be80f9..a232b45ddd02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=QuPath
pkgname=qupath
pkgver=0.2.3
-pkgrel=2
+pkgrel=4
pkgdesc='Bioimage analysis & digital pathology'
arch=('x86_64')
url="https://qupath.github.io"
@@ -12,6 +12,9 @@ makedepends=(
'gendesk'
'java-environment'
)
+optdepends=(
+ 'ttf-droid: font for CJK characters'
+)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/qupath/qupath/archive/v${pkgver}.tar.gz")
sha512sums=('176a21fca1ae62d632fa15b75f980bdd2c2375f9e0870760a1304638134649615e44438bc62ac462494782dfa5e27ada945bc6b8eabc0c0c87df79b2ea147bb7')