summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Larralde2022-10-17 14:30:21 +0200
committerMartin Larralde2022-10-17 14:30:21 +0200
commit223543c624004b699ebb8b8dc3c40d0fa8fbed2a (patch)
treea524aa4a0b32ac8a8edd32c591d892dddb76c72b
parent91e092a2c23a5f4a55a0c48c5960ea4512b8673d (diff)
downloadaur-223543c624004b699ebb8b8dc3c40d0fa8fbed2a.tar.gz
Release v1.5.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b257c327d293..2a4db322d6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = imagej-plugin-morpholibj
pkgdesc = Collection of mathematical morphology methods and plugins for ImageJ
pkgver = 1.5.1
- pkgrel = 0
+ pkgrel = 1
url = https://imagej.net/MorphoLibJ
arch = any
license = LGPL3
depends = imagej
- source = https://github.com/ijpb/MorphoLibJ/releases/download/v1.5.1/MorphoLibJ_-1.5.1.jar
- sha256sums = 4e15c60ed1058ce5c103873c880e3d6448485d33359e6d37a63a208cdfb48a70
+ source = https://github.com/ijpb/MorphoLibJ/releases/download/v1.5.1-FillLabelHoles-V2/MorphoLibJ_-1.5.1-FillLabelHolesV2.jar
+ sha256sums = d43c2adab13bf1fd2b71430387c478bb17f84e8b8b90c66bd54c45a3ee1e0985
pkgname = imagej-plugin-morpholibj
diff --git a/PKGBUILD b/PKGBUILD
index f6c678c8893d..17730bd00036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imagej-plugin-morpholibj
pkgver=1.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="Collection of mathematical morphology methods and plugins for ImageJ"
url="https://imagej.net/MorphoLibJ"
arch=("any")
@@ -18,9 +18,10 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/ijpb/MorphoLibJ/releases/download/v${pkgver}/MorphoLibJ_-${pkgver}.jar")
+#source=("https://github.com/ijpb/MorphoLibJ/releases/download/v${pkgver}/MorphoLibJ_-${pkgver}.jar")
+source=("https://github.com/ijpb/MorphoLibJ/releases/download/v1.5.1-FillLabelHoles-V2/MorphoLibJ_-1.5.1-FillLabelHolesV2.jar")
noextract=()
-sha256sums=('4e15c60ed1058ce5c103873c880e3d6448485d33359e6d37a63a208cdfb48a70')
+sha256sums=('d43c2adab13bf1fd2b71430387c478bb17f84e8b8b90c66bd54c45a3ee1e0985')
package() {
install -m755 -d ${pkgdir}/usr/share/imagej/plugins/jars