summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-09-24 21:14:45 -0500
committeracxz2023-09-24 21:14:45 -0500
commit93106d8074e5c03087bf073eb0474ffacf7a6e05 (patch)
tree22f9c7798b9797d1def30ccdbd491e67bcb6dbf6
parentd3f646ef38a4231ecc1c3b627d7696d9ec506aa0 (diff)
downloadaur-complx.tar.gz
upgpkg: complx 4.20.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217ba8a75f51..4cbae7dd613d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = complx
pkgdesc = Complx: LC-3 Simulator used in GT:CS2110
- pkgver = 4.19.1
+ pkgver = 4.20.0
pkgrel = 1
url = https://www.github.com/TricksterGuy/complx
arch = i686
@@ -8,13 +8,13 @@ pkgbase = complx
license = GPL
makedepends = cmake
depends = gcc
- depends = wxgtk2
+ depends = wxwidgets-gtk3
depends = boost
depends = glib2
depends = castxml
depends = python-pygccxml
depends = py++
- source = https://github.com/TricksterGuy/complx/archive/4.19.1.tar.gz
- sha256sums = 815622fd92d50a79b46cc17a4d8091d86710456375af843914e633cf1a3fc6c4
+ source = https://github.com/TricksterGuy/complx/archive/4.20.0.tar.gz
+ sha256sums = 69fd19dd7adf937528118387e155b1908da362725d451f0cb99a07b802b66934
pkgname = complx
diff --git a/PKGBUILD b/PKGBUILD
index b7b1c05da433..25aa9d96af7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=complx
-pkgver=4.19.1
+pkgver=4.20.0
pkgrel=1
pkgdesc="Complx: LC-3 Simulator used in GT:CS2110"
arch=('i686' 'x86_64')
url="https://www.github.com/TricksterGuy/complx"
license=('GPL')
-depends=('gcc' 'wxgtk2' 'boost' 'glib2' 'castxml' 'python-pygccxml' 'py++')
+depends=('gcc' 'wxwidgets-gtk3' 'boost' 'glib2' 'castxml' 'python-pygccxml' 'py++')
makedepends=('cmake')
source=(https://github.com/TricksterGuy/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('815622fd92d50a79b46cc17a4d8091d86710456375af843914e633cf1a3fc6c4')
+sha256sums=('69fd19dd7adf937528118387e155b1908da362725d451f0cb99a07b802b66934')
build() {