summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-16 11:35:01 -0500
committerCarlos Aznarán Laos2022-07-16 11:35:01 -0500
commit3315be3b15acf0114f6733cb44aa306c4f38eb6f (patch)
tree9eebafb21f4e79f44502299539b6d37a2d95a1e3
parent26325d528f6679afd285cae1ebc6f57a7b7e7a19 (diff)
downloadaur-3315be3b15acf0114f6733cb44aa306c4f38eb6f.tar.gz
Replace wxgtk3 by wxwidgets-gtk3 since Arch Linux Team renamed the package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4970ff3520ff..f8aa3169cb24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
pkgver = 22.05.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
license = GPL2
makedepends = cmake
depends = maxima
- depends = wxgtk3
+ depends = wxwidgets-gtk3
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
diff --git a/PKGBUILD b/PKGBUILD
index d33749ad9230..e837f1639af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=wxmaxima
pkgver=22.05.0
-pkgrel=1
+pkgrel=2
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
license=(GPL2)
-depends=(maxima wxgtk3)
+depends=(maxima wxwidgets-gtk3)
makedepends=(cmake)
# checkdepends=(xorg-server-xvfb)
optdepends=('bash-completion: for completion when using bash'
@@ -28,7 +28,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_STANDARD=14 \
-DCMAKE_CXX_COMPILER=g++ \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
-Wno-dev
cmake --build build
}