summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-11-09 10:41:42 +0100
committerSefa Eyeoglu2019-11-09 10:41:42 +0100
commitac6a1ccac2cbe2efd23ce264da5515a2bb57c347 (patch)
tree4cd2bbe2f7b1e813fbb3cef96a7ef4c1e40dcb29 /PKGBUILD
parent7f13731e6a9f09493471f49608d3234ae81db076 (diff)
downloadaur-ac6a1ccac2cbe2efd23ce264da5515a2bb57c347.tar.gz
upgpkg: espanso 0.3.4-2
Add cmake as build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b7222603ec0..b9b41159062f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=espanso
pkgname=${_pkgname}
pkgver=0.3.4
-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")
-makedepends=("rust" "git")
+makedepends=("rust" "git" "cmake")
install="${pkgname}.install"
source=("${_pkgname}::git+https://github.com/federico-terzi/espanso.git#tag=v${pkgver}")
sha512sums=('SKIP')