summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-24 17:21:15 +0800
committerlilac2020-10-24 17:21:15 +0800
commit244d17e50ae31826a74bc8a4497f3763d22e38df (patch)
tree14ef53b7500dacc5309a5a8e7bfbc9cffb41ac7b
parent9785ac38e36b17911abc9ef79e8c4a9aced22af1 (diff)
downloadaur-244d17e50ae31826a74bc8a4497f3763d22e38df.tar.gz
[lilac] updated to 4.11.20200930-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eccde58e7c8..8712db6f321c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 3dslicer-bin
pkgdesc = A multi-platform, free open source software package for visualization and medical image computing
pkgver = 4.11.20200930
- pkgrel = 1
+ pkgrel = 5
url = https://www.slicer.org
arch = x86_64
license = BSD
@@ -10,9 +10,11 @@ pkgbase = 3dslicer-bin
depends = glib2
provides = 3dslicer
conflicts = 3dslicer
+ options = !strip
+ options = !emptydirs
source = 3dslicer-4.11.20200930.tar.gz::http://download.slicer.org/download?os=linux&stability=release
source = 3dslicer.svg::https://github.com/Slicer/Slicer/raw/master/Resources/3DSlicerLogo-app-icon.svg
- sha512sums = 36f1b175f987e7d1e288f08d55c6942e494f1234bfdfb4ffae8517bb1711418c6ae3d5efd3f57dc31a7f65c451c8324d8c09d4de697b6b81d0a85ec48299c686
+ sha512sums = 0928f138c6c6b002a959c70eccad61c321ffc77289bf7813c20e265bea337119e55550cc1af6afd564877766e2e7b4d8332e673d894a251fef6144a2f27387a4
sha512sums = c23104efcbec3d49b5c26ad5514ed74316423db4aa9e6c7894f02f7ddbe509b577de358dfdd2f7c492963f312b7c146f03d5e41a89ab1298811894dc18746225
pkgname = 3dslicer-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8c58b0904da..b63f282642fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=3dslicer-bin
_pkgname=3dslicer
pkgver=4.11.20200930
-pkgrel=1
+pkgrel=5
pkgdesc="A multi-platform, free open source software package for visualization and medical image computing"
arch=('x86_64')
url="https://www.slicer.org"
@@ -12,11 +12,12 @@ depends=('dbus' 'glib2')
makedepends=('gendesk')
provides=('3dslicer')
conflicts=('3dslicer')
+options=(!strip !emptydirs)
source=(
"${_pkgname}-${pkgver}.tar.gz::http://download.slicer.org/download?os=linux&stability=release"
"${_pkgname}.svg::https://github.com/Slicer/Slicer/raw/master/Resources/3DSlicerLogo-app-icon.svg"
)
-sha512sums=('36f1b175f987e7d1e288f08d55c6942e494f1234bfdfb4ffae8517bb1711418c6ae3d5efd3f57dc31a7f65c451c8324d8c09d4de697b6b81d0a85ec48299c686'
+sha512sums=('0928f138c6c6b002a959c70eccad61c321ffc77289bf7813c20e265bea337119e55550cc1af6afd564877766e2e7b4d8332e673d894a251fef6144a2f27387a4'
'c23104efcbec3d49b5c26ad5514ed74316423db4aa9e6c7894f02f7ddbe509b577de358dfdd2f7c492963f312b7c146f03d5e41a89ab1298811894dc18746225')
prepare() {