summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-03 23:37:49 -0500
committerCarlos Aznarán2023-10-03 23:37:49 -0500
commit14eba591de1efd41fd461bdf1f120974b66f0a12 (patch)
tree7fc332e45a74fd0c558d3292b4995f4db9d693f8
parentca6f89943ac9bea2bf5c6a1455b312a6d5b7079a (diff)
downloadaur-14eba591de1efd41fd461bdf1f120974b66f0a12.tar.gz
Bump version to 23.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58681646a75c..0d5a73718694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.08.0
+ pkgver = 23.10.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.08.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.08.0/wxmaxima-Version-23.08.0.tar.gz
- source = wxmaxima-23.08.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.08.0/Version-23.08.0.tar.gz.asc
+ 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
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 3db91ade52879d90ededfa48667e6f6f5895dad4f34fbe5896c631fe12cc9b95b631d9a26cbf847a9b3578f40a25242d42a8efbbf856c0e47364404a21e8693f
+ sha512sums = 4055595f8e294726d2731da4a926844d3ad25561bb7d392c0ef08eb9322bc7e454edb6ae137eb7b8c2be53aba2f36abb0a0b32e03af4cc9a517130fd5466a1fb
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 52e71eae38c4..f41e234eba47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.08.0
+pkgver=23.10.0
pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
@@ -19,8 +19,8 @@ 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=('3db91ade52879d90ededfa48667e6f6f5895dad4f34fbe5896c631fe12cc9b95b631d9a26cbf847a9b3578f40a25242d42a8efbbf856c0e47364404a21e8693f'
- 'SKIP')
+sha512sums=('4055595f8e294726d2731da4a926844d3ad25561bb7d392c0ef08eb9322bc7e454edb6ae137eb7b8c2be53aba2f36abb0a0b32e03af4cc9a517130fd5466a1fb'
+ 'SKIP')
build() {
cmake \