summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-12-17 20:40:22 -0500
committerClementTsang2020-12-17 20:40:22 -0500
commitc752141e0bf5966fcb7bec6a579015e0ed6090f1 (patch)
tree9af3bc1ee5484c91f05c8287cf3fdb2fa6236359
parent16f7bb59b29a8967aca5cb36faa8758a9e5f1d8e (diff)
downloadaur-c752141e0bf5966fcb7bec6a579015e0ed6090f1.tar.gz
0.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3472f91ff407..a5a662a8bf72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bottom
pkgdesc = A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.5.5.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.5.tar.gz
- sha512sums = bd2e0f326fbaa0a71a74a3457b86761201bcd6ff17272d8ea1a1fceca6caa0cd812490c6bd80636d4eeb1f48d1ecbce909a98d9f7b3b6863fb35f338ad404458
+ source = bottom-0.5.6.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.6.tar.gz
+ sha512sums = 933e3fb6f85ed10ad24f82c76ee78bf64be50792b09ec73a77babf155f50932b0548a6a8ce14883cf40a3f17fa0ce0e0622956a374bdb71a4cb917b2deab9867
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 944a89c13780..53c94d360942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=0
pkgdesc="A cross-platform graphical process/system monitor with a customizable interface and a multitude of features."
provides=('bottom')
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/ClementTsang/bottom"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ClementTsang/bottom/archive/$pkgver.tar.gz")
license=('MIT')
-sha512sums=('bd2e0f326fbaa0a71a74a3457b86761201bcd6ff17272d8ea1a1fceca6caa0cd812490c6bd80636d4eeb1f48d1ecbce909a98d9f7b3b6863fb35f338ad404458')
+sha512sums=('933e3fb6f85ed10ad24f82c76ee78bf64be50792b09ec73a77babf155f50932b0548a6a8ce14883cf40a3f17fa0ce0e0622956a374bdb71a4cb917b2deab9867')
build() {
cd $pkgname-$pkgver