summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 4 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb20a746bf9..e2810f7d10dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,11 @@
pkgbase = qupath-bin
pkgdesc = An open, powerful, flexible, extensible software platform for whole slide image analysis.
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://qupath.github.io
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = gendesk
- depends = freetype2
- depends = java-runtime
- depends = libjpeg-turbo
- depends = libnet
- depends = libtiff
- depends = libxml2
- depends = libxrender
- depends = libxtst
- depends = sqlite
provides = qupath=0.2.3
conflicts = qupath
options = !strip
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')