summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-17 21:35:16 -0500
committerCarlos Aznarán Laos2023-05-17 21:35:16 -0500
commit1d9ca416fd86e213bcd258093e239c0061436364 (patch)
treed3689b5a80d60669544ae31adf97f5db3d498290
parent53405081c1d261c73c1a3073388d117f7d352781 (diff)
downloadaur-1d9ca416fd86e213bcd258093e239c0061436364.tar.gz
Bump version to 23.05.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedc347f4847..710df59077fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.04.1
- pkgrel = 2
+ pkgver = 23.05.0
+ pkgrel = 1
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
license = GPL2
@@ -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.04.1::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.04.1/wxmaxima-Version-23.04.1.tar.gz
- source = wxmaxima-23.04.1.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.04.1/Version-23.04.1.tar.gz.asc
+ source = wxmaxima-23.05.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.05.0/wxmaxima-Version-23.05.0.tar.gz
+ source = wxmaxima-23.05.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.05.0/Version-23.05.0.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 9846c11cbeec8411170e0d55916187cc77274e2758726784bcb5540d55f712b5a557562de0c37dac0c7ef119d43570bd33efc33252fc5359627e527d668580a4
+ sha512sums = 068e8ca93150b9b4649cbc57e375d526060095da4fff0a7217451febd478aff3be78c86d72d60fcee530a6c2d78c2b5e8c41cb3b5b85c9858813be79e18a83d5
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index a5fe0156d012..6b08c3fa1f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.04.1
-pkgrel=2
+pkgver=23.05.0
+pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
@@ -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=('9846c11cbeec8411170e0d55916187cc77274e2758726784bcb5540d55f712b5a557562de0c37dac0c7ef119d43570bd33efc33252fc5359627e527d668580a4'
+sha512sums=('068e8ca93150b9b4649cbc57e375d526060095da4fff0a7217451febd478aff3be78c86d72d60fcee530a6c2d78c2b5e8c41cb3b5b85c9858813be79e18a83d5'
'SKIP')
build() {