summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorButui Hu2021-03-12 22:17:44 +0800
committerButui Hu2021-03-12 22:17:44 +0800
commit48fac9b18b933e3ef94e3e053aa0eee42caad347 (patch)
treeebaea186dfe84aa618cd9532eaaa561d0209256e /PKGBUILD
parent35377ba17c80893c412a8a2d6a6a13dec4553211 (diff)
downloadaur-48fac9b18b933e3ef94e3e053aa0eee42caad347.tar.gz
update makedepends & code clean
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"
)