summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3820a795354..13c8dc0641a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = xidlehook
license = MIT
makedepends = rust
makedepends = libxss
+ makedepends = python
depends = libpulse
source = https://gitlab.com/jD91mZM2/xidlehook/-/archive/0.8.1/xidlehook-0.8.1.tar.gz
sha256sums = 8b9baeb0feee95b6b4ad8cfcd089f2ec672f89e0ab94d09ba2f00e3a611d70b7
diff --git a/PKGBUILD b/PKGBUILD
index 15ffb3065f6e..fba8768b119c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="xautolock rewrite in Rust, with a few extra features"
url="https://gitlab.com/jD91mZM2/xidlehook"
arch=("x86_64")
license=("MIT")
-makedepends=("rust" "libxss")
+makedepends=("rust" "libxss" "python")
optdepends=()
depends=("libpulse")
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")