summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-02-06 18:50:39 +0100
committerjD91mZM22018-02-06 18:51:23 +0100
commit529efa37a3c44de5b3f8933b19ef852eff752a18 (patch)
treed4fa4c070db286770fba4533b078cec4fd5a3ec8
parent0fb73ff06eb8d481f4d08707ee6247f36f5f9f02 (diff)
downloadaur-529efa37a3c44de5b3f8933b19ef852eff752a18.tar.gz
libpulse dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f381fc4297ec..b04485287b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = xidlehook
pkgdesc = xautolock rewrite in Rust, with a few extra features
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jD91mZM2/xidlehook
arch = x86_64
license = MIT
makedepends = rust
+ depends = libpulse
source = https://github.com/jD91mZM2/xidlehook/archive/0.4.4.tar.gz
sha256sums = 5e117c4745200d9b6688445095311778f56440c0407faca34ec9b03848659b6b
diff --git a/PKGBUILD b/PKGBUILD
index ab9408fe9325..c1993f68d70a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname="xidlehook"
pkgver=0.4.4
-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=("rust")
optdepends=()
-depends=()
+depends=("libpulse")
source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('5e117c4745200d9b6688445095311778f56440c0407faca34ec9b03848659b6b')