summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44c81802b347..84bed4aaceac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xob
pkgdesc = A lightweight volume (or anything) bar for the X Window System
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/florentc/xob
arch = x86_64
license = GPL3
makedepends = git
depends = libx11
+ depends = libxrender
depends = libconfig
backup = etc/xob/styles.cfg
- source = https://github.com/florentc/xob/archive/v0.2.tar.gz
- sha256sums = 06fb0d9a081546b6b9d1785f6d6fa36f905516eec5df3a567b5d22bd1f8df33a
+ source = https://github.com/florentc/xob/archive/v0.3.tar.gz
+ sha256sums = ab96717cff59cd0d3b42cbbc293cbd12f94d975584c47111717607779c155122
pkgname = xob
-
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() {