summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd2403ad653e..d5d1aa51d5ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
license = MIT
+ makedepends = rust
source = https://github.com/jD91mZM2/xidlehook/archive/0.2.1.tar.gz
sha256sums = 7f1f7da0a67153a25c70d6f43696e78f99a98e862d73a860294c752d38cf6952
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")