summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-11-26 00:38:51 -0500
committerClementTsang2020-11-26 00:38:51 -0500
commitab89feb057cf50f66f093d720a846418f9b6b5a7 (patch)
treea2d6b04994a620ab4f0ba22551227b17ce64026c
parentf11990ad319b80a0e5cd835ff910825546606fe0 (diff)
downloadaur-ab89feb057cf50f66f093d720a846418f9b6b5a7.tar.gz
0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c1d25a99a49..eee1f1ec79b1 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.1
+ pkgver = 0.5.2
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.5.1.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.1.tar.gz
- sha512sums = e677b31f1a80c4232435f0a1c832a63037f35ba7e7c3eab1f7cf63bf68e3d4661b25558042536068b5b7d0068acc5ca419ab3439fe16825ddf38f9a7e8061fa4
+ source = bottom-0.5.2.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.2.tar.gz
+ sha512sums = d943c1f926e153517cc3f88dfadfa515a601b1e786d96c2dc862272ecd2ec45c4352653f74d0dd375acc08efdfdec3b657450bf4d0bc27865cdcb331b3905de2
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 7633de6d5181..079008f4f739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.5.1
+pkgver=0.5.2
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=('e677b31f1a80c4232435f0a1c832a63037f35ba7e7c3eab1f7cf63bf68e3d4661b25558042536068b5b7d0068acc5ca419ab3439fe16825ddf38f9a7e8061fa4')
+sha512sums=('d943c1f926e153517cc3f88dfadfa515a601b1e786d96c2dc862272ecd2ec45c4352653f74d0dd375acc08efdfdec3b657450bf4d0bc27865cdcb331b3905de2')
build() {
cd $pkgname-$pkgver