summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0b24d6f813..ef3061bb38cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = espanso
pkgdesc = Cross-platform Text Expander written in Rust
pkgver = 2.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://espanso.org/
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = espanso
depends = xclip
depends = libxtst
depends = libnotify
- depends = wxgtk2
+ depends = wxgtk3
options = !lto
source = git+https://github.com/federico-terzi/espanso.git#tag=v2.1.6-beta
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c4737948f4d..0b61a23de988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgver=2.1.6-beta
pkgname=espanso
pkgver=2.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform Text Expander written in Rust"
arch=(x86_64)
url="https://espanso.org/"
license=("GPL3")
-depends=("xdotool" "xclip" "libxtst" "libnotify" "wxgtk2")
+depends=("xdotool" "xclip" "libxtst" "libnotify" "wxgtk3")
makedepends=("rust" "git" "cmake" "cargo-make" "rust-script")
options=("!lto") # fails with LTO as of 2022-03
source=("git+https://github.com/federico-terzi/espanso.git#tag=v${_pkgver}")