summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacopo Antonello2019-12-11 16:32:41 +0000
committerJacopo Antonello2019-12-11 16:32:41 +0000
commitb40efd052bed61753ace9893572c2f66e6d99341 (patch)
tree7e98dd2d333d8ea70878bc2726214d1c2ef8b4b5
parentdac5a33d6414166bb9297d19400de4ae952a7c7c (diff)
downloadaur-fiji-binary.tar.gz
Use latest build by default
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD32
3 files changed, 24 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9f7161a70f..4e90b31ccc02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fiji-binary
pkgdesc = ImageJ distribution with a lot of plugins for scientific (especially biology related) image processing.
- pkgver = 20170530
+ pkgver = 20191119
pkgrel = 1
url = http://fiji.sc/
install = fiji.install
@@ -9,10 +9,10 @@ pkgbase = fiji-binary
license = GPL
depends = java-runtime>=8
optdepends = java3d: For the 3D viewer plugin.
- source = https://downloads.imagej.net/fiji/Life-Line/fiji-nojre-20170530.zip
+ source = https://downloads.imagej.net/fiji/latest/fiji-nojre.zip
source = fiji.desktop
source = fiji.install
- sha256sums = cf9fb45c48b22a7888b479968477f1f7a300a9c833e47244cbe0d1e93890bd20
+ sha256sums = SKIP
sha256sums = 788a32dd0b24f482e78d5ec3209e9d5b3493a59e1da6edf82b1373e87c0320bc
sha256sums = 6dcc861af9328076282893ffcecc77a7fee448cec51fb7ccd51c5cece9740fa1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8c060a8cc0ad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+fiji-bin*.pkg.tar.xz
+fiji-nojre.zip
+pkg/
+src/
+
diff --git a/PKGBUILD b/PKGBUILD
index 81dafced3d2c..f4c4e45ab88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributors: dreieck, jacopo
pkgname="fiji-binary"
-pkgver="20170530"
-pkgrel="1"
+pkgver=20191119
+pkgrel=1
pkgdesc="ImageJ distribution with a lot of plugins for scientific (especially biology related) image processing."
arch=('i686' 'x86_64')
url='http://fiji.sc/'
@@ -13,25 +13,25 @@ depends=('java-runtime>=8')
optdepends=('java3d: For the 3D viewer plugin.')
install=fiji.install
-## Life-line build (comment this lines when building lifeline build)
-source=("https://downloads.imagej.net/fiji/Life-Line/fiji-nojre-${pkgver}.zip"
- "fiji.desktop"
- "fiji.install")
-sha256sums=('cf9fb45c48b22a7888b479968477f1f7a300a9c833e47244cbe0d1e93890bd20'
- '788a32dd0b24f482e78d5ec3209e9d5b3493a59e1da6edf82b1373e87c0320bc'
- '6dcc861af9328076282893ffcecc77a7fee448cec51fb7ccd51c5cece9740fa1')
-
-## Latest build (uncomment next lines to install latest build insted life-line)
-# pkgver() {
-# wget -q -O - https://downloads.imagej.net/fiji/latest/ | grep fiji-nojre.zip | sed -E 's/^.*([0-9]{4}-[0-9]{2}-[0-9]{2}).*$/\1/' | sed 's/-//g'
-# }
-# source=("https://downloads.imagej.net/fiji/latest/fiji-nojre.zip"
+## Life-line build (uncomment these lines when building the lifeline version)
+# source=("https://downloads.imagej.net/fiji/Life-Line/fiji-nojre-${pkgver}.zip"
# "fiji.desktop"
# "fiji.install")
-# sha256sums=('SKIP'
+# sha256sums=('cf9fb45c48b22a7888b479968477f1f7a300a9c833e47244cbe0d1e93890bd20'
# '788a32dd0b24f482e78d5ec3209e9d5b3493a59e1da6edf82b1373e87c0320bc'
# '6dcc861af9328076282893ffcecc77a7fee448cec51fb7ccd51c5cece9740fa1')
+# Latest build
+ pkgver() {
+ wget -q -O - https://downloads.imagej.net/fiji/latest/ | grep fiji-nojre.zip | sed -E 's/^.*([0-9]{4}-[0-9]{2}-[0-9]{2}).*$/\1/' | sed 's/-//g'
+ }
+ source=("https://downloads.imagej.net/fiji/latest/fiji-nojre.zip"
+ "fiji.desktop"
+ "fiji.install")
+ sha256sums=('SKIP'
+ '788a32dd0b24f482e78d5ec3209e9d5b3493a59e1da6edf82b1373e87c0320bc'
+ '6dcc861af9328076282893ffcecc77a7fee448cec51fb7ccd51c5cece9740fa1')
+
_userexecutable="fiji" # That name to be presented to the user.