summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-05-15 01:51:08 -0400
committerClementTsang2020-05-15 01:52:00 -0400
commit44af9c7b8bc380643fb4e95999a4896d7268af2c (patch)
tree6b7c98bfbc0998aece52948f164f778e6f778504
parent899d23e98691ac680df7ca16776fce88c4eefb06 (diff)
downloadaur-44af9c7b8bc380643fb4e95999a4896d7268af2c.tar.gz
0.4.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c71a943bb1..b592a1c0f99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bottom
pkgdesc = A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.
- pkgver = 0.4.2
- pkgrel = 0
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
- source = bottom-0.4.2.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_required_files.tar.gz
- sha512sums = ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6
+ source = bottom-0.4.3.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_required_files.tar.gz
+ sha512sums = 3629738bcc923cb20929a14544aac7bbb6af53ea04c38e947be8b2d4e4658ffae620d8f9c5904e032055bc8d481a5e4b1660f106f646af9617fda1045e9f7fbd
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index cd6a4165d558..33d5d0f793e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.4.2
-pkgrel=0
+pkgver=0.4.3
+pkgrel=1
pkgdesc="A cross-platform graphical process/system monitor with a customizable interface and a multitude of features."
makedepends=('cargo')
arch=('x86_64')
url="https://github.com/ClementTsang/bottom"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ClementTsang/bottom/releases/download/$pkgver/bottom_required_files.tar.gz")
license=('MIT')
-sha512sums=('ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6')
+sha512sums=('3629738bcc923cb20929a14544aac7bbb6af53ea04c38e947be8b2d4e4658ffae620d8f9c5904e032055bc8d481a5e4b1660f106f646af9617fda1045e9f7fbd')
build() {
cargo build --release --locked