summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4917af65522..8a1f07db7dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Florent Ch. <florentc@tutanota.com>
pkgname=xob
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="A lightweight volume (or anything) bar for the X Window System"
arch=('x86_64')
url="https://github.com/florentc/xob"
license=('GPL3')
-depends=('libx11' 'libconfig')
+depends=('libx11' 'libxrender' 'libconfig')
makedepends=('git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('06fb0d9a081546b6b9d1785f6d6fa36f905516eec5df3a567b5d22bd1f8df33a')
+sha256sums=('ab96717cff59cd0d3b42cbbc293cbd12f94d975584c47111717607779c155122')
backup=("etc/${pkgname}/styles.cfg")
build() {