summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortgregory2021-02-13 14:34:06 +0100
committertgregory2021-02-13 14:34:06 +0100
commitc0f2b719ca388ceeb3cb7aacfdce03f6b92611fa (patch)
treec213723b52dc5abaffebe9c4fde85c50f164d532
parent93721f0afb03cb72e5a3203a3db9874a374f733a (diff)
downloadaur-c0f2b719ca388ceeb3cb7aacfdce03f6b92611fa.tar.gz
Version update - to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c66c5a84d8..8739f4e42b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = constellation
pkgdesc = A graph-focused data visualisation and interactive analysis application
- pkgver = 2.1.0.rc1
+ pkgver = 2.1.1
pkgrel = 1
url = https://constellation-app.com
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = constellation
depends = lib32-glibc
depends = gtk3
depends = gtk2
- source = constellation-2.1.0.rc1.tar.gz::https://github.com/constellation-app/constellation/releases/download/v2.1.0-rc1/constellation-linux-v2.1.0-rc1.tar.gz
+ source = constellation-2.1.1.tar.gz::https://github.com/constellation-app/constellation/releases/download/v2.1.1/constellation-linux-v2.1.1.tar.gz
source = icon.png
- sha256sums = f43f186e74eee78da6966e02265b09f523637a0b69674880eca4171e67075fc9
+ sha256sums = ca5aab0540549357735991841de82af863855a7430032b9a7549ce96904bab95
sha256sums = 4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565
pkgname = constellation
diff --git a/PKGBUILD b/PKGBUILD
index ef9c9bf72352..9bb053e5063b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: Tauri Gregory <arch_aur --at-- tgregory dot net>
+# Contributor: Original submitter: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=constellation
-pkgver=2.1.0.rc1
-_pkgver=2.1.0-rc1
+pkgver=2.1.1
+_pkgver=2.1.1
pkgrel=1
pkgdesc="A graph-focused data visualisation and interactive analysis application"
arch=('x86_64')
@@ -16,7 +17,7 @@ depends=('java-runtime'
makedepends=('gendesk')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/constellation-app/constellation/releases/download/v${_pkgver}/constellation-linux-v${_pkgver}.tar.gz"
'icon.png')
-sha256sums=('f43f186e74eee78da6966e02265b09f523637a0b69674880eca4171e67075fc9'
+sha256sums=('ca5aab0540549357735991841de82af863855a7430032b9a7549ce96904bab95'
'4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565')
package() {