summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortgregory2022-08-05 17:23:32 +0200
committertgregory2022-08-05 17:23:32 +0200
commitd35c918064ea297ef613beb72793ca5e3729cae3 (patch)
tree2b2b59ab222d77dc8b8cbb1644c7e192d164f1da
parentc0f2b719ca388ceeb3cb7aacfdce03f6b92611fa (diff)
downloadaur-d35c918064ea297ef613beb72793ca5e3729cae3.tar.gz
New upstream version. Also switch to cyber version of upstream package which includes additional plugins.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8739f4e42b4f..a8103f93a7ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = constellation
pkgdesc = A graph-focused data visualisation and interactive analysis application
- pkgver = 2.1.1
+ pkgver = 1.6.0
pkgrel = 1
url = https://constellation-app.com
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = constellation
depends = lib32-glibc
depends = gtk3
depends = gtk2
- 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 = constellation-1.6.0.tar.gz::https://github.com/constellation-app/constellation-applications/releases/download/constellation-cyber-v1.6.0/constellation-cyber-linux-v1.6.0.tar.gz
source = icon.png
- sha256sums = ca5aab0540549357735991841de82af863855a7430032b9a7549ce96904bab95
+ sha256sums = 1028e6961d0c8fcf7119396b0f4803c54a6407f5b2ac2dc980637931a9d9e50b
sha256sums = 4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565
pkgname = constellation
-
diff --git a/PKGBUILD b/PKGBUILD
index 9bb053e5063b..31f72587809a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Original submitter: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=constellation
-pkgver=2.1.1
-_pkgver=2.1.1
+pkgver=1.6.0
+_pkgver=1.6.0
pkgrel=1
pkgdesc="A graph-focused data visualisation and interactive analysis application"
arch=('x86_64')
@@ -15,9 +15,9 @@ depends=('java-runtime'
'gtk3'
'gtk2')
makedepends=('gendesk')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/constellation-app/constellation/releases/download/v${_pkgver}/constellation-linux-v${_pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/constellation-app/constellation-applications/releases/download/constellation-cyber-v${_pkgver}/constellation-cyber-linux-v${_pkgver}.tar.gz"
'icon.png')
-sha256sums=('ca5aab0540549357735991841de82af863855a7430032b9a7549ce96904bab95'
+sha256sums=('1028e6961d0c8fcf7119396b0f4803c54a6407f5b2ac2dc980637931a9d9e50b'
'4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565')
package() {