summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-29 12:46:05 -0500
committerCarlos Aznarán Laos2023-05-29 12:46:05 -0500
commit4d960085883d82ffb17a7356b8c995f41903ac2b (patch)
treec969b33485ae9ef5a2756e5a5574352e7ad2d942
parent1d9ca416fd86e213bcd258093e239c0061436364 (diff)
downloadaur-4d960085883d82ffb17a7356b8c995f41903ac2b.tar.gz
Bump version to 23.05.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710df59077fa..36cf07ae265f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 23.05.0
+ pkgver = 23.05.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.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
+ source = wxmaxima-23.05.1::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.05.1/wxmaxima-Version-23.05.1.tar.gz
+ source = wxmaxima-23.05.1.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.05.1/Version-23.05.1.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 068e8ca93150b9b4649cbc57e375d526060095da4fff0a7217451febd478aff3be78c86d72d60fcee530a6c2d78c2b5e8c41cb3b5b85c9858813be79e18a83d5
+ sha512sums = a36cf3207058065dbe68b8a75b7a97ab0ab827c9097f90a67af1c436703a22bff6978fbf173e0806e40d01270d97def1137de9af7d2501e96faca475d474c5af
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 6b08c3fa1f8c..6d2e919cd7ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=23.05.0
+pkgver=23.05.1
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=('068e8ca93150b9b4649cbc57e375d526060095da4fff0a7217451febd478aff3be78c86d72d60fcee530a6c2d78c2b5e8c41cb3b5b85c9858813be79e18a83d5'
- 'SKIP')
+sha512sums=('a36cf3207058065dbe68b8a75b7a97ab0ab827c9097f90a67af1c436703a22bff6978fbf173e0806e40d01270d97def1137de9af7d2501e96faca475d474c5af'
+ 'SKIP')
build() {
cmake \