summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-08-26 21:54:34 -0400
committerClementTsang2020-08-26 21:54:34 -0400
commit09ecb8a927795edfa8fa3447b673b0a775643057 (patch)
treea02df85a15c653ed1cfdd661768fec22d75e564e
parent05ad5e5c11f6e95bbc7c185c84758b7702be6fc8 (diff)
downloadaur-09ecb8a927795edfa8fa3447b673b0a775643057.tar.gz
0.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f2c52fd58e..5a13e9dd83c1 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.4.6
+ pkgver = 0.4.7
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.4.6.tar.gz::https://github.com/ClementTsang/bottom/archive/0.4.6.tar.gz
- sha512sums = 1aeccd5225eeb6d640df30f47798ee7cb7a8a27daac6dcf7cf9b85eefae33774b5c4718c8e46b678089d996e09810f4b3baae60587a3acc07fe91c22cec3fd38
+ source = bottom-0.4.7.tar.gz::https://github.com/ClementTsang/bottom/archive/0.4.7.tar.gz
+ sha512sums = 53063cad1e3541803aa8a5da6f2042c037d9d2cb4203a6672f92fe55a6e101a383576413e3e1594e44b657c8737335bbdbd673121aa8590cec49f71dae0ba7de
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index dda52cd6592b..576ffd3f0e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.4.6
+pkgver=0.4.7
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=('1aeccd5225eeb6d640df30f47798ee7cb7a8a27daac6dcf7cf9b85eefae33774b5c4718c8e46b678089d996e09810f4b3baae60587a3acc07fe91c22cec3fd38')
+sha512sums=('53063cad1e3541803aa8a5da6f2042c037d9d2cb4203a6672f92fe55a6e101a383576413e3e1594e44b657c8737335bbdbd673121aa8590cec49f71dae0ba7de')
build() {
cd $pkgname-$pkgver