summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Fichet2020-06-26 20:46:53 +0200
committerAlban Fichet2020-06-26 20:46:53 +0200
commit3b43e2bb56287631dca0fb3bef49bf0f59704759 (patch)
tree57d5acc247e5b6fd7d95a6231342e191d049b132
parentebd39c4e9b388c3facf423abf1bde03d2fae781f (diff)
downloadaur-3b43e2bb56287631dca0fb3bef49bf0f59704759.tar.gz
Updating to version 3.1.3b
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e89f1b7bf68..681519db7f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spectral-viewer
pkgdesc = Tool for visualising and manipulating spectral images and HDR images.
- pkgver = 3.1.2
- pkgrel = 3
+ pkgver = 3.1.3
+ pkgrel = 4
url = https://adufay.gitlabpages.inria.fr/SpectralViewer/
arch = any
license = GPL3
@@ -11,9 +11,9 @@ pkgbase = spectral-viewer
depends = qt5-charts
depends = qt5-svg
optdepends = eigen3
- provides = spectral-viewer=3.1.2
- source = spectral-viewer-3.1.2::https://gitlab.inria.fr/adufay/SpectralViewer/-/archive/v3.1.2b/SpectralViewer-v3.1.2b.tar.gz
- md5sums = bcf2bb6277b1eed01aae5bc054b0e6f1
+ provides = spectral-viewer=3.1.3
+ source = spectral-viewer-3.1.3::git+https://gitlab.inria.fr/adufay/SpectralViewer.git
+ md5sums = SKIP
pkgname = spectral-viewer
diff --git a/PKGBUILD b/PKGBUILD
index 206ccbdc51c9..0fc6dfb0f240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alban Fichet <alban.fichet@gmx.fr>
pkgname=spectral-viewer
-pkgver=3.1.2
-pkgrel=3
+pkgver=3.1.3
+pkgrel=4
pkgdesc="Tool for visualising and manipulating spectral images and HDR images."
arch=('any')
url="https://adufay.gitlabpages.inria.fr/SpectralViewer/"
@@ -25,7 +25,7 @@ validpgpkeys=()
prepare() {
cd "$pkgname-$pkgver"
- git checkout v3.1.2b
+ git checkout v3.1.3b
git submodule init
git submodule update
}