summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortgregory2023-09-30 21:03:19 +1000
committertgregory2023-09-30 21:03:19 +1000
commit15ddf5d16278510780b4071cb7dd9d9acc9f85ca (patch)
tree929abc8b0f353ce9903cf284b930d5bbcc61b7e6
parent0cafaaa4a0eea2b22c1e54d9c287babe64c41b9a (diff)
downloadaur-15ddf5d16278510780b4071cb7dd9d9acc9f85ca.tar.gz
New upstream version.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e5ea82125f4..bd069c5d7646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = constellation
pkgdesc = A graph-focused data visualisation and interactive analysis application
- pkgver = 2.8.0
+ pkgver = 2.10.0
pkgrel = 1
url = https://constellation-app.com
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = constellation
depends = lib32-glibc
depends = gtk3
depends = gtk2
- 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 = constellation-2.10.0.tar.gz::https://github.com/constellation-app/constellation/releases/download/v2.10.0/constellation-linux-v2.10.0.tar.gz
source = icon.png
- sha256sums = e88a3045e4c2281aa320e9729453aa3743f88e94dd767fe2a011e4aae9975d2b
+ sha256sums = ef8365c4fe4968bfe1abca2f9127f089fd885e8ce77863b3262663bd2d6d5603
sha256sums = 4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565
pkgname = constellation
diff --git a/PKGBUILD b/PKGBUILD
index 214e04055dad..288764660ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Original submitter: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=constellation
-pkgver=2.8.0
-_pkgver=2.8.0
+pkgver=2.10.0
+_pkgver=2.10.0
pkgrel=1
pkgdesc="A graph-focused data visualisation and interactive analysis application"
arch=('x86_64')
@@ -14,11 +14,10 @@ depends=('java-runtime'
'lib32-glibc'
'gtk3'
'gtk2')
-conflicts=('constellation-cyber')
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=('e88a3045e4c2281aa320e9729453aa3743f88e94dd767fe2a011e4aae9975d2b'
+sha256sums=('ef8365c4fe4968bfe1abca2f9127f089fd885e8ce77863b3262663bd2d6d5603'
'4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565')
package() {