summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorButui Hu2021-03-07 21:51:17 +0800
committerButui Hu2021-03-07 21:51:17 +0800
commit67466ccd2f207ab22f5fea92e0fd518d03ccdaa6 (patch)
treea494808444df1e4d3652d82b9cefb64ee9988c4a /PKGBUILD
parent0e5791168ca15b3ce5b9f596590db1a99cd0b7c8 (diff)
downloadaur-67466ccd2f207ab22f5fea92e0fd518d03ccdaa6.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 2 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9ab4e03de47..8c84ffe1cdca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,11 @@
pkgname=qupath-bin
_pkgname=QuPath
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="An open, powerful, flexible, extensible software platform for whole slide image analysis."
arch=('x86_64')
url="https://qupath.github.io"
-license=('GPL')
-depends=(
- 'freetype2'
- 'java-runtime'
- 'libjpeg-turbo'
- 'libnet'
- 'libtiff'
- 'libxml2'
- 'libxrender'
- 'libxtst'
- 'sqlite'
-)
+license=('GPL3')
makedepends=('gendesk')
provides=(qupath=${pkgver})
conflicts=('qupath')