summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04485287b5f..df7d04f60855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
- pkgver = 0.4.4
- pkgrel = 2
+ pkgver = 0.4.5
+ pkgrel = 1
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
license = MIT
makedepends = rust
+ makedepends = libxss
depends = libpulse
- source = https://github.com/jD91mZM2/xidlehook/archive/0.4.4.tar.gz
- sha256sums = 5e117c4745200d9b6688445095311778f56440c0407faca34ec9b03848659b6b
+ source = https://github.com/jD91mZM2/xidlehook/archive/0.4.5.tar.gz
+ sha256sums = b4429acf12a396f0c74672fbfeca653f55cbf5267a44d2b3215b4840657b28a4
pkgname = xidlehook
diff --git a/PKGBUILD b/PKGBUILD
index c1993f68d70a..c841c6505ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="xidlehook"
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://github.com/jD91mZM2/xidlehook"
arch=("x86_64")
license=("MIT")
-makedepends=("rust")
+makedepends=("rust" "libxss")
optdepends=()
depends=("libpulse")
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('5e117c4745200d9b6688445095311778f56440c0407faca34ec9b03848659b6b')
+sha256sums=('b4429acf12a396f0c74672fbfeca653f55cbf5267a44d2b3215b4840657b28a4')
build() {
cd "$srcdir/$pkgname-$pkgver"