summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-09 13:17:10 -0500
committerCarlos Aznarán2024-05-09 13:17:10 -0500
commit4a5ad26aab720a185db4105b1d60f950afc255a7 (patch)
treedf0ffd01aebe4504f4398b7ca68fd230b32cde05
parent4203bfb239cd210684c67261dda9b78f98c6026c (diff)
downloadaur-wxmaxima.tar.gz
Bump version to 24.05.0
-rw-r--r--.SRCINFO8
-rw-r--r--.nvchecker.toml5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bcea258e541..1240bbbd2f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 24.02.2
+ pkgver = 24.05.0
pkgrel = 1
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = wxmaxima
depends = webkit2gtk
optdepends = bash-completion: for completion when using bash
optdepends = man-db: manual pages for wxMaxima
- source = wxmaxima-24.02.2::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-24.02.2/wxmaxima-Version-24.02.2.tar.gz
- source = wxmaxima-24.02.2.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-24.02.2/Version-24.02.2.tar.gz.asc
+ source = wxmaxima-24.05.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-24.05.0/wxmaxima-Version-24.05.0.tar.gz
+ source = wxmaxima-24.05.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-24.05.0/Version-24.05.0.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 012becedd9668de042596bbe81628962e91d5d0dba876d7195dc3bf00075ac7cc680e8dfa6fd5613077ae01bd5532eb2dc5401e6a1f0603612fef5dc0ed014cf
+ sha512sums = 62a5911220fc1a9403ca3af11110b9043cffcf0b3a1ef6e6a87f74e63de6a00e2bf809db1a05fe2b5bc40da155746c05d68ff247c424c63a6bd6724b5fe12be9
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..0aa4eba921e3
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[wxmaxima]
+source = "github"
+github = "wxmaxima-developers/wxmaxima"
+use_latest_release = "true"
+prefix = "Version-"
diff --git a/PKGBUILD b/PKGBUILD
index 7288e4eed5e0..a0abf6490a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=24.02.2
+pkgver=24.05.0
pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
-license=(GPL2)
+license=(GPL-2.0-or-later)
depends=(maxima wxwidgets-gtk3 webkit2gtk)
makedepends=(cmake)
checkdepends=(xorg-server-xvfb)
@@ -19,7 +19,7 @@ optdepends=('bash-completion: for completion when using bash'
source=(${pkgname}-${pkgver}::${url}/archive/Version-${pkgver}/${pkgname}-Version-${pkgver}.tar.gz
${pkgname}-${pkgver}.asc::${url}/releases/download/Version-${pkgver}/Version-${pkgver}.tar.gz.asc)
validpgpkeys=('53F047CE66B91B0F724C545D5C86C0E4211D5B8E') # Gunter Königsmann <wxmaxima@physikbuch.de>
-sha512sums=('012becedd9668de042596bbe81628962e91d5d0dba876d7195dc3bf00075ac7cc680e8dfa6fd5613077ae01bd5532eb2dc5401e6a1f0603612fef5dc0ed014cf'
+sha512sums=('62a5911220fc1a9403ca3af11110b9043cffcf0b3a1ef6e6a87f74e63de6a00e2bf809db1a05fe2b5bc40da155746c05d68ff247c424c63a6bd6724b5fe12be9'
'SKIP')
build() {