summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-19 17:25:09 -0500
committerCarlos Aznarán2023-11-19 17:25:09 -0500
commit980c35567c8fd88983d2d230c5e2537adf3517ea (patch)
tree2bfa0306bdc5ea3ac5669063b5ced8ae859d58c1
parent14eba591de1efd41fd461bdf1f120974b66f0a12 (diff)
downloadaur-980c35567c8fd88983d2d230c5e2537adf3517ea.tar.gz
Bump version to 23.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5a73718694..ca6ffe49b227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.10.0
+ pkgver = 23.11.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-23.10.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.10.0/wxmaxima-Version-23.10.0.tar.gz
- source = wxmaxima-23.10.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.10.0/Version-23.10.0.tar.gz.asc
+ source = wxmaxima-23.11.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.11.0/wxmaxima-Version-23.11.0.tar.gz
+ source = wxmaxima-23.11.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.11.0/Version-23.11.0.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 4055595f8e294726d2731da4a926844d3ad25561bb7d392c0ef08eb9322bc7e454edb6ae137eb7b8c2be53aba2f36abb0a0b32e03af4cc9a517130fd5466a1fb
+ sha512sums = ee4fcff394913979c31b8060fb4ad0d32f5588bbdfe587f29d7528164bc9b31b2c24028dfa7f9deda1a984de12e15a4bbe94b265b9d528202a65f87c46d4352f
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index f41e234eba47..609e97eaa93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.10.0
+pkgver=23.11.0
pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
@@ -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=('4055595f8e294726d2731da4a926844d3ad25561bb7d392c0ef08eb9322bc7e454edb6ae137eb7b8c2be53aba2f36abb0a0b32e03af4cc9a517130fd5466a1fb'
+sha512sums=('ee4fcff394913979c31b8060fb4ad0d32f5588bbdfe587f29d7528164bc9b31b2c24028dfa7f9deda1a984de12e15a4bbe94b265b9d528202a65f87c46d4352f'
'SKIP')
build() {