summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick962019-12-22 17:05:28 +0100
committerpatrick962019-12-22 17:05:28 +0100
commit25a4b661a38fa1f71c4c5694f408f810b14ef0f6 (patch)
treebed2e3c8e854f44e6d7f25a5e35c9be26fc1974d
parentaab932d4ee900284dead662b0ff7b31fb2be6705 (diff)
downloadaur-25a4b661a38f.tar.gz
Add xorgproto as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd52586ed1c2..f5ab06efa612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = polybar
makedepends = git
makedepends = python
makedepends = pkg-config
+ makedepends = xorgproto
makedepends = python-sphinx
makedepends = i3-wm
depends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index 4a28a07387e3..a192192473ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: Michael Carlberg <c@rlberg.se>
-# Contributor: Michael Carlberg <c@rlberg.se>
+# Maintainer: Patrick Ziegler <p.ziegler96@gmail.com>
pkgname=polybar
pkgver=3.4.1
pkgrel=1
@@ -13,7 +12,7 @@ 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")
-makedepends=("cmake" "git" "python" "pkg-config" "python-sphinx" "i3-wm")
+makedepends=("cmake" "git" "python" "pkg-config" "xorgproto" "python-sphinx" "i3-wm")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)