summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de6a3f2a48ce..4f98e6bc73e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = baru-bin
pkgdesc = A system monitor written in Rust and C
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/doums/baru
arch = x86_64
license = MPL2
depends = libpulse
depends = libnl
- source = baru-bin-0.2.4::https://github.com/doums/baru/releases/download/v0.2.4/baru
- md5sums = 6e56a2ab2fb62cc74d47e54caf85f0ad
+ source = baru-bin-0.2.5::https://github.com/doums/baru/releases/download/v0.2.5/baru
+ md5sums = 48ad004ccf0418598c6d86dc6ec94a90
pkgname = baru-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ee8804e0027..26afaed3601d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=baru-bin
_pkgname=baru
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="A system monitor written in Rust and C"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/doums/baru"
license=('MPL2')
source=("$pkgname-$pkgver::https://github.com/doums/baru/releases/download/v${pkgver}/${_pkgname}")
depends=('libpulse' 'libnl')
-md5sums=('6e56a2ab2fb62cc74d47e54caf85f0ad')
+md5sums=('48ad004ccf0418598c6d86dc6ec94a90')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"