summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-05-27 08:22:22 -0500
committerCarlos Aznarán Laos2022-05-27 08:22:22 -0500
commit26325d528f6679afd285cae1ebc6f57a7b7e7a19 (patch)
treee69526a471ddb3342e00ebe988751b4b0ed94346
parentefc02bf034b4842c1f2e44d4cf005f1c68099b4a (diff)
downloadaur-26325d528f6679afd285cae1ebc6f57a7b7e7a19.tar.gz
Bump version to 22.05.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7686205e9965..4970ff3520ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 22.04.0
+ pkgver = 22.05.0
pkgrel = 1
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = wxmaxima
depends = wxgtk3
optdepends = bash-completion: for completion when using bash
optdepends = man-db: manual pages for wxMaxima
- source = wxmaxima-22.04.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-22.04.0/wxmaxima-Version-22.04.0.tar.gz
- source = wxmaxima-22.04.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-22.04.0/Version-22.04.0.tar.gz.asc
+ source = wxmaxima-22.05.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-22.05.0/wxmaxima-Version-22.05.0.tar.gz
+ source = wxmaxima-22.05.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-22.05.0/Version-22.05.0.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 5197dab483012b39e910208406f32f2892d9acc3c0abc8582a61a43fad4f13e95692f8e499a2d0ca1680ca2ca48ea4c4853aa04c3f18d5e3a923c11316ebbf62
+ sha512sums = e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 61cb3802b982..d33749ad9230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=22.04.0
+pkgver=22.05.0
pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
@@ -18,7 +18,7 @@ optdepends=('bash-completion: for completion when using bash'
'man-db: manual pages for wxMaxima')
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=('5197dab483012b39e910208406f32f2892d9acc3c0abc8582a61a43fad4f13e95692f8e499a2d0ca1680ca2ca48ea4c4853aa04c3f18d5e3a923c11316ebbf62' 'SKIP')
+sha512sums=('e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8' 'SKIP')
build() {
cmake \