summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-26 21:53:35 +0300
committerAdrian Perez de Castro2019-10-26 21:53:35 +0300
commit4a3d65b81535b918a4cb7768cef817d180b4c1bf (patch)
treeb6c75c840de5e759191c798dbc00ec315fdea880
parent034ede74080339a9f91fba2f74d086b309dfe238 (diff)
downloadaur-4a3d65b81535b918a4cb7768cef817d180b4c1bf.tar.gz
Add missing eventd dependency
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore12
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef683d8cbb6..663a2dd26fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = j4status-git
pkgdesc = A plugin-based status line generator: j4status generates a status line to use with bar programs (like i3bar). It is plugin-based to allow anyone to extend it easily.
- pkgver = 448.6dd031e
+ pkgver = 458.e86c6d3
pkgrel = 1
url = https://sardemff7.github.io/j4status/
arch = i686
@@ -19,6 +19,7 @@ pkgbase = j4status-git
depends = libnl
depends = pulseaudio
depends = libmpdclient
+ depends = eventd
provides = j4status
options = !libtool
source = j4status::git+https://github.com/sardemff7/j4status
diff --git a/.gitignore b/.gitignore
index 38c5d203b844..218620e2fb38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,4 @@
-/*.log
-/*.tar
-/*.tar.*
-/j4status/
-/libgwater/
-/libnkutils/
-/pkg/
-/src/
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 12da0b1577b7..63f870da9069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Maxeiner <moritz@ucworks.org>
pkgname=j4status-git
-pkgver=448.6dd031e
+pkgver=458.e86c6d3
pkgrel=1
pkgdesc="A plugin-based status line generator: j4status generates a status line to use with bar programs (like i3bar). It is plugin-based to allow anyone to extend it easily."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://sardemff7.github.io/j4status/'
license=('GPL')
provides=('j4status')
depends=('dbus' 'yajl' 'networkmanager' 'upower' 'lm_sensors' 'systemd'
- 'libnl' 'pulseaudio' 'libmpdclient')
+ 'libnl' 'pulseaudio' 'libmpdclient' 'eventd')
makedepends=('git' 'docbook-xsl' 'meson' 'ninja')
options=('!libtool')
source=('j4status::git+https://github.com/sardemff7/j4status'