summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjD91mZM22018-02-03 15:47:53 +0100
committerjD91mZM22018-02-03 15:48:04 +0100
commitf469911953132f3ccd529e5ed1ccbd515845461f (patch)
tree3d283bd3787a8262fb2695b3894788c6a6aa2701 /PKGBUILD
parentdb12789cc568c1d095f730285d921289013e4f3c (diff)
downloadaur-f469911953132f3ccd529e5ed1ccbd515845461f.tar.gz
Depend on rust
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96573df3bace..7e559fc92a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="xidlehook"
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://github.com/jD91mZM2/xidlehook"
arch=("x86_64")
license=("MIT")
-makedepends=()
+makedepends=("rust")
optdepends=()
depends=()
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")