summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-12 16:35:29 -0500
committerCarlos Aznarán Laos2023-02-12 16:35:29 -0500
commit1effc7110a4a49e9fca081a6038d4a7eb222a3c1 (patch)
tree5c138aa482a49fcd6c8e918616f9e99d4dfa3f1c
parent37e3bc64bd0722839c72b6d453854121ef65a868 (diff)
downloadaur-1effc7110a4a49e9fca081a6038d4a7eb222a3c1.tar.gz
Bump version to 23.02.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90efa629958d..54f81cd198c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 22.12.0
+ pkgver = 23.02.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-22.12.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-22.12.0/wxmaxima-Version-22.12.0.tar.gz
- source = wxmaxima-22.12.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-22.12.0/Version-22.12.0.tar.gz.asc
+ 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
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = 842a4c891d757d17307a9bed17f5ffffde9f55e72b749e2356817a1598760b6a16fb9ce8e21f4706530bbe2360400de01b9269872d895944924d8e3eebfc31dc
+ sha512sums = 7f30ea7be25269d670b14189b84777e12157209ab20d6f77fa9428743c002b235a09bc732bf253a0c1a0d4618986051bab68f2ec9d360b229bb7fbd6604af9df
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 92c5acf175dd..ad57a0a2eeef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=22.12.0
+pkgver=23.02.0
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=('842a4c891d757d17307a9bed17f5ffffde9f55e72b749e2356817a1598760b6a16fb9ce8e21f4706530bbe2360400de01b9269872d895944924d8e3eebfc31dc'
+sha512sums=('7f30ea7be25269d670b14189b84777e12157209ab20d6f77fa9428743c002b235a09bc732bf253a0c1a0d4618986051bab68f2ec9d360b229bb7fbd6604af9df'
'SKIP')
build() {