summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-07-12 09:03:37 +0200
committerSefa Eyeoglu2022-07-12 09:03:37 +0200
commit2889e07108e4002c9914a3ee3e9a9c192e0343d4 (patch)
treef1ddfc197d09579d6356882cf18bc8ccc08b51bb
parent3884f3af2e54052ed70db54d8addac0516807949 (diff)
downloadaur-2889e07108e4002c9914a3ee3e9a9c192e0343d4.tar.gz
upgpkg: espanso 2.1.6-2
switch to wxgtk3
-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}")