summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6aff82dd328..13371a98353e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = espanso-git
pkgdesc = Cross-platform Text Expander written in Rust
- pkgver = r503.d2a119e
+ pkgver = r1058.8f291f4
pkgrel = 1
url = https://espanso.org/
install = espanso-git.install
@@ -20,4 +20,3 @@ pkgbase = espanso-git
sha512sums = SKIP
pkgname = espanso-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 94b9f92951a3..13e07110a396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_branch=dev
_pkgname=espanso
pkgname=${_pkgname}-git
-pkgver=r503.d2a119e
+pkgver=r1058.8f291f4
pkgrel=1
pkgdesc="Cross-platform Text Expander written in Rust"
arch=(x86_64)
@@ -29,7 +29,7 @@ prepare() {
cd "$_pkgname"
# don't change the original service file, as it will be embedded in the binary
- cp "src/res/linux/systemd.service" "systemd.service"
+ cp "espanso/src/res/linux/systemd.service" "systemd.service"
sed -i "s|{{{espanso_path}}}|/usr/bin/espanso|g" "systemd.service"
}