summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-28 00:17:07 -0500
committerCarlos Aznarán Laos2023-02-28 00:17:07 -0500
commit22ba4e5254df8db839071c84356545e36e194d42 (patch)
treefb1ece2f35667ea29eb131807ae8c6397b5e689f
parent1effc7110a4a49e9fca081a6038d4a7eb222a3c1 (diff)
downloadaur-22ba4e5254df8db839071c84356545e36e194d42.tar.gz
Bump version to 23.02.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54f81cd198c9..58bd3ec29233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.02.0
+ pkgver = 23.02.1
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.02.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.02.0/wxmaxima-Version-23.02.0.tar.gz
- source = wxmaxima-23.02.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.02.0/Version-23.02.0.tar.gz.asc
+ source = wxmaxima-23.02.1::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.02.1/wxmaxima-Version-23.02.1.tar.gz
+ source = wxmaxima-23.02.1.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.02.1/Version-23.02.1.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 7f30ea7be25269d670b14189b84777e12157209ab20d6f77fa9428743c002b235a09bc732bf253a0c1a0d4618986051bab68f2ec9d360b229bb7fbd6604af9df
+ sha512sums = fe943d8dc03addb634900484a57d2e510351c1d84ceaa4bbebc4c4339b0d5ca5d9fe92a2ac72937541f202e55445e5c2d45c361c779bf9a4f199a504c5e8d6c6
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index ad57a0a2eeef..23542603e11e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.02.0
+pkgver=23.02.1
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=('7f30ea7be25269d670b14189b84777e12157209ab20d6f77fa9428743c002b235a09bc732bf253a0c1a0d4618986051bab68f2ec9d360b229bb7fbd6604af9df'
+sha512sums=('fe943d8dc03addb634900484a57d2e510351c1d84ceaa4bbebc4c4339b0d5ca5d9fe92a2ac72937541f202e55445e5c2d45c361c779bf9a4f199a504c5e8d6c6'
'SKIP')
build() {