summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpatrick962019-07-31 00:51:00 +0200
committerpatrick962019-07-31 00:51:29 +0200
commit2f3a636539d9b0c5057fbccd6e6cf58d6f177ba9 (patch)
tree953873e91e403d258e7398f1fa65d59f0c7e31f2 /PKGBUILD
parentdb68d99593478392b035ea86424f925408aabb54 (diff)
downloadaur-2f3a636539d9b0c5057fbccd6e6cf58d6f177ba9.tar.gz
Make optdepends hard depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c8cb427de6..6654fa3af375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,18 @@
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/polybar/polybar"
license=("MIT")
-depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
-optdepends=("alsa-lib: alsa module support"
- "pulseaudio: pulseaudio module support"
- "libmpdclient: mpd module support"
- "libnl: network module support"
- "wireless_tools: network module support (legacy)"
- "jsoncpp: i3 module support"
- "i3-wm: i3 module support"
+depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor"
+ "alsa-lib" "libpulse" "libmpdclient" "libnl" "jsoncpp" "curl")
+optdepends=("i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
- "xorg-fonts-misc: Font used in example config"
- "curl: github module support")
-makedepends=("cmake" "git" "python" "python2" "pkg-config")
+ "xorg-fonts-misc: Font used in example config")
+makedepends=("cmake" "git" "python" "python2" "pkg-config" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)