summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e637e23d6f22..8babb22a7fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qupath-bin
pkgdesc = Bioimage analysis & digital pathology
pkgver = 0.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://qupath.github.io
arch = x86_64
license = GPL3
makedepends = gendesk
+ optdepends = ttf-droid: font for CJK characters
provides = qupath=0.2.3
conflicts = qupath
- options = !strip
source = qupath-bin-0.2.3.tar.xz::https://github.com/qupath/qupath/releases/download/v0.2.3/QuPath-0.2.3-Linux.tar.xz
sha512sums = 283b954a76e921e4c12d162af6d7687c512056700ce66b12dd692555a6af0595b0fc619fead173ff18df441f359c3c2a0260b6e2883f40e4851f3e0919aa5a73
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"
)