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 c408eecff072..197e4d56e6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = espanso
pkgdesc = Cross-platform Text Expander written in Rust
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://espanso.org/
install = espanso.install
@@ -13,7 +13,7 @@ pkgbase = espanso
depends = xclip
depends = libxtst
depends = libnotify
- source = espanso::git+https://github.com/federico-terzi/espanso.git#tag=v0.5.1
+ source = espanso::git+https://github.com/federico-terzi/espanso.git#tag=v0.5.2
sha512sums = SKIP
pkgname = espanso
diff --git a/PKGBUILD b/PKGBUILD
index d48f46b319a7..1d44ae4ed99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=espanso
pkgname=${_pkgname}
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Cross-platform Text Expander written in Rust"
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://espanso.org/"
license=("GPL3")
depends=("xdotool" "xclip" "libxtst" "libnotify")
makedepends=("rust" "git" "cmake")
-install="${pkgname}.install"
+install="${pkgname}.install"
source=("${_pkgname}::git+https://github.com/federico-terzi/espanso.git#tag=v${pkgver}")
sha512sums=('SKIP')