summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThilo Wischmeyer2021-03-25 09:44:09 +0100
committerThilo Wischmeyer2021-03-25 09:44:09 +0100
commit36978ad9a16cd3c02c340b9f634d5efe7b196347 (patch)
tree8b98449a9860657c4498de0ca6d783af1a957637
parent8adbd1434e41e7520354b9c95c0154a15cbf5cc0 (diff)
downloadaur-36978ad9a16cd3c02c340b9f634d5efe7b196347.tar.gz
version bump to v0.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75b383eb07a7..a77ee60b13b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thilo Wischmeyer <thwischm@gmail.com>
pkgname=lesbar
-pkgver=0.3.1
+pkgver=0.4
pkgrel=1
pkgdesc="A status bar with decent font rendering"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('cairo'
'libx11')
makedepends=('scdoc')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~salmiak/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=("c5bfdb177d8907237b49111b4833ef48")
+md5sums=("bda4149e80313bd1784642bb7e0064b5")
build() {
cd "$pkgname-v$pkgver"