summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2021-03-27 14:43:55 +0100
committerpierre2021-03-27 14:43:55 +0100
commite9ada9e3cc4e1074fbd6fed7eeb52c1c702fe831 (patch)
treed168ca1699967c780468afd2319557593df817a9
parent723284ff49790ebe1553cd6740d142f99aea0592 (diff)
downloadaur-baru-bin.tar.gz
new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2211f8e6bf6..88de491dc2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = baru-bin
pkgdesc = A system monitor written in Rust and C
- pkgver = 0.2.6
+ pkgver = 0.2.7
pkgrel = 1
url = https://github.com/doums/baru
arch = x86_64
license = MPL2
depends = libpulse
depends = libnl
- source = baru-bin-0.2.6::https://github.com/doums/baru/releases/download/v0.2.6/baru
- md5sums = 3025f3e7da1ee02e97cd483b4fa8ba04
provides = baru
conflicts = baru
+ source = baru-bin-0.2.7::https://github.com/doums/baru/releases/download/v0.2.7/baru
+ md5sums = c8b36507c0c22da57d44d4f461416bd3
pkgname = baru-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ed847726a55..1e1807554b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=baru-bin
_pkgname=baru
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
pkgdesc="A system monitor written in Rust and C"
arch=('x86_64')
@@ -12,7 +12,7 @@ source=("$pkgname-$pkgver::https://github.com/doums/baru/releases/download/v${pk
depends=('libpulse' 'libnl')
provides=("$_pkgname")
conflicts=("$_pkgname")
-md5sums=('3025f3e7da1ee02e97cd483b4fa8ba04')
+md5sums=('c8b36507c0c22da57d44d4f461416bd3')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"