summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortgregory2024-03-09 11:37:49 +1100
committertgregory2024-03-09 11:38:51 +1100
commit167fcbd24eacd86f54b81cac34015230cf9673ed (patch)
tree94fb4288aeeef38baf5c0f539ee0cfa3b77bf91c
parent15ddf5d16278510780b4071cb7dd9d9acc9f85ca (diff)
downloadaur-167fcbd24eacd86f54b81cac34015230cf9673ed.tar.gz
New upstream version. Amend licence from Apache to Apache-2.0 to correctly reflect licence upstream.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd069c5d7646..bc6b7ae8e9fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = constellation
pkgdesc = A graph-focused data visualisation and interactive analysis application
- pkgver = 2.10.0
+ pkgver = 2.11.0
pkgrel = 1
url = https://constellation-app.com
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = gendesk
depends = java-runtime
depends = libnet
depends = lib32-glibc
depends = gtk3
depends = gtk2
- 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 = constellation-2.11.0.tar.gz::https://github.com/constellation-app/constellation/releases/download/v2.11.0/constellation-linux-v2.11.0.tar.gz
source = icon.png
- sha256sums = ef8365c4fe4968bfe1abca2f9127f089fd885e8ce77863b3262663bd2d6d5603
+ sha256sums = 461cecf815ab8534c2683ad6c51fc8bc7152f0996be8a1d749beef65d8b3a280
sha256sums = 4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565
pkgname = constellation
diff --git a/PKGBUILD b/PKGBUILD
index 288764660ea7..0ecd019bc616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Original submitter: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=constellation
-pkgver=2.10.0
-_pkgver=2.10.0
+pkgver=2.11.0
+_pkgver=2.11.0
pkgrel=1
pkgdesc="A graph-focused data visualisation and interactive analysis application"
arch=('x86_64')
url='https://constellation-app.com'
-license=('Apache')
+license=('Apache-2.0')
depends=('java-runtime'
'libnet'
'lib32-glibc'
@@ -17,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=('ef8365c4fe4968bfe1abca2f9127f089fd885e8ce77863b3262663bd2d6d5603'
+sha256sums=('461cecf815ab8534c2683ad6c51fc8bc7152f0996be8a1d749beef65d8b3a280'
'4ddf0edb1323aa2e752a30fe17303e8ef25280e6d53dcdd147b9d7c811c05565')
package() {