summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2020-07-27 18:52:10 +0200
committerAndrea Feletto2020-07-27 18:52:10 +0200
commit187c72c2aad149129c9897394996cbf99a53e98b (patch)
treeec064fba69a4b58bd3aacda3521926ebe6b3779d
parent07d8b71466046514532c6238b1610f8102dede10 (diff)
downloadaur-187c72c2aad149129c9897394996cbf99a53e98b.tar.gz
added dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 912d58111c54..9ff857877c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = cstatus
pkgdesc = Minimal statusbar for dwm written in c99.
pkgver = 0.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/andreafeletto/cstatus
arch = x86_64
license = MIT
+ depends = xorg-xsetroot
+ depends = pulsemixer
provides = cstatus
conflicts = cstatus-git
source = https://github.com/andreafeletto/cstatus/archive/0.0.2.tar.gz
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")