summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoosted72018-12-01 16:39:26 +0100
committerRoosted72018-12-01 16:39:26 +0100
commitd5d78338c8412ced93a5cc000dd4d3bf943d755e (patch)
treee1708f9e41731346336442a61672af10fd1c51d7
parente26c17f3ade9ad01d9166f0851b70066a4af25cf (diff)
downloadaur-d5d78338c8412ced93a5cc000dd4d3bf943d755e.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 004c72110f38..5a1d60d7a74c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.44.6.6
+ pkgver = 1.45.6.8
pkgrel = 1
url = http://www.aliza-dicom-viewer.com
arch = x86_64
license = custom
depends = qt4
options = !emptydirs
- source = aliza_1.44.6.6.deb::https://drive.google.com/uc?authuser=0&id=11JLiL5vNm-9-NsKTvJw26pfGuFnPMKPD&export=download
- sha512sums = 97ea1ab34308d5299e30617f0ef6296fb1ee97a9b5467838b8a1bab307e78957d7e4fa4295186a507e26da77133fb250b240f01cd8a743526c8d17ce2af1415c
+ source = aliza_1.45.6.8.deb::https://drive.google.com/uc?authuser=0&id=1v4e_T9pfCIkV-pv1kUprNn0OpU-EeHfA&export=download
+ sha512sums = face776b5a436e29413999ce25c0ae1b2b9e0fbf75fc5615aab2b872d64bc2bd3040760dc1568498c9aecf0d6f722688d6e3df723c6e1bad5f5023e82bdb9a5f
pkgname = aliza
diff --git a/PKGBUILD b/PKGBUILD
index 650000480afb..7ae070e3bab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Roos (Roosted7) <mail [at] thomasroos [dot] nl>
pkgname=aliza
-pkgver=1.44.6.6
+pkgver=1.45.6.8
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')
@@ -10,13 +10,13 @@ license=('custom')
depends=('qt4')
# depends=('dropbox' 'libx11' 'libxt' 'qt4' 'zlib')
options=('!emptydirs')
-source=("aliza_$pkgver.deb::https://drive.google.com/uc?authuser=0&id=11JLiL5vNm-9-NsKTvJw26pfGuFnPMKPD&export=download")
-sha512sums=('97ea1ab34308d5299e30617f0ef6296fb1ee97a9b5467838b8a1bab307e78957d7e4fa4295186a507e26da77133fb250b240f01cd8a743526c8d17ce2af1415c')
+source=("aliza_$pkgver.deb::https://drive.google.com/uc?authuser=0&id=1v4e_T9pfCIkV-pv1kUprNn0OpU-EeHfA&export=download")
+sha512sums=('face776b5a436e29413999ce25c0ae1b2b9e0fbf75fc5615aab2b872d64bc2bd3040760dc1568498c9aecf0d6f722688d6e3df723c6e1bad5f5023e82bdb9a5f')
package(){
# Extract package data
- tar xzf data.tar.gz -C "${pkgdir}"
+ tar xJf data.tar.xz -C "${pkgdir}"
install -D -m644 "${pkgdir}/usr/share/doc/aliza/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"