summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-12-16 18:52:19 +0200
committerDimitris Kiziridis2020-12-16 18:52:19 +0200
commitceac099c5456e8acfc77db6eec168dbe08df2157 (patch)
treec01a5524aa1976e0ee9a26c6ebea77e676e39036
parent19fac14f2d1f40a2c0ba863310ec015eab1139ec (diff)
downloadaur-ceac099c5456e8acfc77db6eec168dbe08df2157.tar.gz
Update to 1.98.43
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9538774e27..9c250c357e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = aliza
pkgdesc = Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. Meshes in VTK, OBJ and STL formats. Filters, segmentation, front-end for registration with Elastix and many more features
- pkgver = 1.98.37
+ pkgver = 1.98.43
pkgrel = 1
url = http://www.aliza-dicom-viewer.com
arch = x86_64
license = custom
depends = hicolor-icon-theme
- depends = qt5-base
+ depends = libxt
+ depends = libglvnd
options = !emptydirs
- source = aliza-1.98.37.deb::https://drive.google.com/uc?export=download&id=1Vv4LYdBwdMlK80UB2IZwJugTcdPcfRdV
- sha512sums = 090112a560dd40a2455b5b06f460e2742f3cb16aad8d14067d5224885deab87214e14ee594f9c46d9f2b9f89690616c030f69f75135e44a09bf63abadb87baf5
+ source = aliza-1.98.43.deb::https://drive.google.com/uc?export=download&id=1tNq23my6Ts0ufi4Wfu7Hy1ep7tmlbKBz
+ sha512sums = e777096910acd8571d61953ee4db6326128ed3907504217b8703d8dce19b3c2f39c634a3dd052242bb790d580f7f7d2dff5a0bce567a94982be1798ba5c6d2f6
pkgname = aliza
diff --git a/PKGBUILD b/PKGBUILD
index c691da1a2d26..8bc4c1905e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Thomas Roos (Roosted7) <mail [at] thomasroos [dot] nl>
pkgname=aliza
-pkgver=1.98.37
+pkgver=1.98.43
pkgrel=1
pkgdesc="Medical Imaging. Open 2D, 3D and 4D images in DICOM, MetaIO, Nifti, Nrrd and other formats, incl. Meshes in VTK, OBJ and STL formats. Filters, segmentation, front-end for registration with Elastix and many more features"
arch=('x86_64')
url="http://www.aliza-dicom-viewer.com"
license=('custom')
depends=('hicolor-icon-theme'
- 'qt5-base')
+ 'libxt'
+ 'libglvnd')
options=('!emptydirs')
-source=("${pkgname}-${pkgver}.deb::https://drive.google.com/uc?export=download&id=1Vv4LYdBwdMlK80UB2IZwJugTcdPcfRdV")
-sha512sums=('090112a560dd40a2455b5b06f460e2742f3cb16aad8d14067d5224885deab87214e14ee594f9c46d9f2b9f89690616c030f69f75135e44a09bf63abadb87baf5')
+source=("${pkgname}-${pkgver}.deb::https://drive.google.com/uc?export=download&id=1tNq23my6Ts0ufi4Wfu7Hy1ep7tmlbKBz")
+sha512sums=('e777096910acd8571d61953ee4db6326128ed3907504217b8703d8dce19b3c2f39c634a3dd052242bb790d580f7f7d2dff5a0bce567a94982be1798ba5c6d2f6')
package(){
- # Extract package data
tar xJf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}/usr/share/doc/aliza/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}