Skip to content

Commit

Permalink
fix(aur): Add xcb-util-cursor as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
NBonaparte committed Sep 13, 2017
1 parent 856d73e commit 34b3a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion contrib/polybar-git.aur/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polybar-git
pkgdesc = A fast and easy-to-use status bar
pkgver = 3.0.5
pkgrel = 1
pkgrel = 4
url = https://github.com/jaagr/polybar
arch = i686
arch = x86_64
Expand All @@ -15,6 +15,7 @@ pkgbase = polybar-git
depends = xcb-util-image
depends = xcb-util-wm
depends = xcb-util-xrm
depends = xcb-util-cursor
optdepends = alsa-lib: volume module support
optdepends = libmpdclient: mpd module support
optdepends = wireless_tools: network module support
Expand Down
4 changes: 2 additions & 2 deletions contrib/polybar-git.aur/PKGBUILD
Expand Up @@ -3,12 +3,12 @@
_pkgname=polybar
pkgname="${_pkgname}-git"
pkgver=3.0.5
pkgrel=1
pkgrel=4
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
license=("MIT")
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm")
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm" "xcb-util-cursor")
optdepends=("alsa-lib: volume module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
Expand Down

0 comments on commit 34b3a17

Please sign in to comment.