summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a384ffe9b8e..7c194de8e20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,17 @@
pkgname=qupath-bin
_pkgname=QuPath
pkgver=0.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='Bioimage analysis & digital pathology'
arch=('x86_64')
-url="https://qupath.github.io"
+url='https://qupath.github.io'
license=('GPL3')
makedepends=('gendesk')
+optdepends=(
+ 'ttf-droid: font for CJK characters'
+)
provides=(qupath=${pkgver})
-conflicts=('qupath')
-options=(!strip)
+conflicts=(qupath)
source=(
"${pkgname}-${pkgver}.tar.xz::https://github.com/qupath/qupath/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-Linux.tar.xz"
)