summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortgregory2022-10-29 12:44:31 +0200
committertgregory2022-10-29 12:44:31 +0200
commit0cafaaa4a0eea2b22c1e54d9c287babe64c41b9a (patch)
tree3ad07d4ee811530a60b6ee7ecd3189e31fd248f3
parentd35c918064ea297ef613beb72793ca5e3729cae3 (diff)
downloadaur-0cafaaa4a0eea2b22c1e54d9c287babe64c41b9a.tar.gz
New upstream version of primary package.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8103f93a7ec..8e5ea82125f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = constellation
pkgdesc = A graph-focused data visualisation and interactive analysis application
- pkgver = 1.6.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://constellation-app.com
arch = x86_64
@@ -11,9 +11,10 @@ pkgbase = constellation
depends = lib32-glibc
depends = gtk3
depends = gtk2
- 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
+ conflicts = constellation-cyber
+ source = constellation-2.8.0.tar.gz::https://github.com/constellation-app/constellation/releases/download/v2.8.0/constellation-linux-v2.8.0.tar.gz
source = icon.png
- sha256sums = 1028e6961d0c8fcf7119396b0f4803c54a6407f5b2ac2dc980637931a9d9e50b
+ sha256sums = e88a3045e4c2281aa320e9729453aa3743f88e94dd767fe2a011e4aae9975d2b
sha256sums = 4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565
pkgname = constellation
diff --git a/PKGBUILD b/PKGBUILD
index 31f72587809a..214e04055dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Original submitter: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=constellation
-pkgver=1.6.0
-_pkgver=1.6.0
+pkgver=2.8.0
+_pkgver=2.8.0
pkgrel=1
pkgdesc="A graph-focused data visualisation and interactive analysis application"
arch=('x86_64')
@@ -14,10 +14,11 @@ depends=('java-runtime'
'lib32-glibc'
'gtk3'
'gtk2')
+conflicts=('constellation-cyber')
makedepends=('gendesk')
-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"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/constellation-app/constellation/releases/download/v${_pkgver}/constellation-linux-v${_pkgver}.tar.gz"
'icon.png')
-sha256sums=('1028e6961d0c8fcf7119396b0f4803c54a6407f5b2ac2dc980637931a9d9e50b'
+sha256sums=('e88a3045e4c2281aa320e9729453aa3743f88e94dd767fe2a011e4aae9975d2b'
'4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565')
package() {