summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorf4iey2022-07-29 15:20:52 +0200
committerf4iey2022-07-29 15:20:52 +0200
commit98be5a66578bd829431335a5091b7584c436c76c (patch)
treea7b0c0b5cfc87744d652eb860dc1f8854a23c271
parent394c5ef86480cd2cac3da1ebf2ff7b5735dfb097 (diff)
downloadaur-98be5a66578bd829431335a5091b7584c436c76c.tar.gz
replace wxgtk with wxwidgets
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 014eb4ec6845..6fe3267f8089 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = m17client-git
makedepends = gcc
depends = alsa-lib
depends = libsamplerate
- depends = wxgtk3
+ depends = wxwidgets-gtk3
optdepends = hamlib
optdepends = pulseaudio
source = m17client-git::git+https://github.com/g4klx/M17Client
diff --git a/PKGBUILD b/PKGBUILD
index 955c24835ffa..06fba5154fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/g4klx/M17Client"
license=('GPL-3')
makedepends=(git make gcc)
-depends=(alsa-lib libsamplerate wxgtk3)
+depends=(alsa-lib libsamplerate wxwidgets-gtk3)
optdepends=(hamlib pulseaudio)
source=($pkgname::git+$url)
sha256sums=('SKIP')