summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-02-25 20:20:46 +0800
committerlilac2024-02-25 20:20:46 +0800
commit0debb98662a84f5ccf031ac70701655d28a88675 (patch)
tree6f2f3ec787c3c92cd6a7640fcec4db59ffdd349f /PKGBUILD
parent9b18ffcb76b0edd570822a0e67f885bc16ffb844 (diff)
downloadaur-0debb98662a84f5ccf031ac70701655d28a88675.tar.gz
[lilac] updated to 0.5.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 457d074705a9..d6b2178ce3c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,21 @@
_pkgname=QuPath
pkgname=qupath
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Bioimage analysis & digital pathology'
arch=('x86_64')
url='https://github.com/qupath/qupath'
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=(
freetype2
gcc-libs
+ glibc
giflib
harfbuzz
lcms2
libjpeg-turbo
libpng
- libxml2
+ zlib
)
makedepends=(
'gendesk'
@@ -52,7 +53,5 @@ package() {
install -d "${pkgdir}/usr/bin"
ln -sf "/opt/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
- # create libtiff.so.5 softlink to libtiff.so.5.2.5
- ln -sf "/opt/QuPath/lib/app/libtiff.so.5.2.5" "${pkgdir}/opt/QuPath/lib/app/libtiff.so.5"
}
# vim:set ts=2 sw=2 et: