summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 433689852276..79f8ea9224de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=cstatus
pkgver=0.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Minimal statusbar for dwm written in c99.'
arch=('x86_64')
url='https://github.com/andreafeletto/cstatus'
license=('MIT')
+depends=('xorg-xsetroot' 'pulsemixer')
provides=('cstatus')
conflicts=('cstatus-git')
source=("https://github.com/andreafeletto/$pkgname/archive/$pkgver.tar.gz")