summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-22 10:07:16 -0500
committerCarlos Aznarán Laos2023-08-22 10:07:16 -0500
commitca6f89943ac9bea2bf5c6a1455b312a6d5b7079a (patch)
treeb4c055150efc8572e19687a509d840c0c8dca056
parenta2d3a7cbdbc9fa855f769780e735245f7f8be9bb (diff)
downloadaur-ca6f89943ac9bea2bf5c6a1455b312a6d5b7079a.tar.gz
Bump version to 23.08.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85dbd10797f..58681646a75c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.07.0
+ pkgver = 23.08.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.07.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.07.0/wxmaxima-Version-23.07.0.tar.gz
- source = wxmaxima-23.07.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.07.0/Version-23.07.0.tar.gz.asc
+ 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
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 0b94443b2fa31c7f75f33d57285c5086e69f43abd53d2a66b78d946d5370982b5b3a2a53fc5c4b4631fec94453b6f94a209d7ba3d13b1518dbe597d62b7e4690
+ sha512sums = 3db91ade52879d90ededfa48667e6f6f5895dad4f34fbe5896c631fe12cc9b95b631d9a26cbf847a9b3578f40a25242d42a8efbbf856c0e47364404a21e8693f
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 021e027facee..52e71eae38c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.07.0
+pkgver=23.08.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=('0b94443b2fa31c7f75f33d57285c5086e69f43abd53d2a66b78d946d5370982b5b3a2a53fc5c4b4631fec94453b6f94a209d7ba3d13b1518dbe597d62b7e4690'
- 'SKIP')
+sha512sums=('3db91ade52879d90ededfa48667e6f6f5895dad4f34fbe5896c631fe12cc9b95b631d9a26cbf847a9b3578f40a25242d42a8efbbf856c0e47364404a21e8693f'
+ 'SKIP')
build() {
cmake \