summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-09-03 15:04:28 -0500
committerCarlos Aznarán Laos2022-09-03 15:10:58 -0500
commitad6ad2cb37c71c01476c6b8a7c7684da2ae621de (patch)
tree0ad600edac5fdbc760119e4e9241bc5efb268a15
parentf4f6e13bdc65f1ee1b624f1a5349f2712c2396b7 (diff)
downloadaur-ad6ad2cb37c71c01476c6b8a7c7684da2ae621de.tar.gz
Bump version to 22.09.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96e9c3ca01d..1c70075f3354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 22.05.0
- pkgrel = 4
+ pkgver = 22.09.0
+ pkgrel = 1
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
license = GPL2
@@ -9,12 +9,13 @@ pkgbase = wxmaxima
makedepends = cmake
depends = maxima
depends = wxwidgets-gtk3
+ depends = webkit2gtk
optdepends = bash-completion: for completion when using bash
optdepends = man-db: manual pages for wxMaxima
- 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
+ source = wxmaxima-22.09.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-22.09.0/wxmaxima-Version-22.09.0.tar.gz
+ source = wxmaxima-22.09.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-22.09.0/Version-22.09.0.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8
+ sha512sums = 778d3f221315f40f09918baaf26a4213dae3154ea19479c5ebf9254ed6c8036ca68f61472fce1d63e72d6c23787a635237c5f85ebc2975254893e6bec112ac3b
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index a4b3b81f897f..9a1622533288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=22.05.0
-pkgrel=4
+pkgver=22.09.0
+pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
license=(GPL2)
-depends=(maxima wxwidgets-gtk3)
+depends=(maxima wxwidgets-gtk3 webkit2gtk)
makedepends=(cmake)
checkdepends=(xorg-server-xvfb)
optdepends=('bash-completion: for completion when using bash'
@@ -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=('e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8'
+sha512sums=('778d3f221315f40f09918baaf26a4213dae3154ea19479c5ebf9254ed6c8036ca68f61472fce1d63e72d6c23787a635237c5f85ebc2975254893e6bec112ac3b'
'SKIP')
build() {