summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorent Ch2021-07-19 22:02:55 +0200
committerFlorent Ch2021-07-19 22:14:45 +0200
commit6183e3f2f949a25b64a85f256a7f9afebacd8bbb (patch)
treefa7038da30917c0d0a7709b5062a73828f91cda4 /PKGBUILD
parent505921a06fc249d28e42309687c2b7cd337a508e (diff)
downloadaur-xob.tar.gz
Version 0.3
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() {