summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell2020-03-06 19:08:01 -0600
committerSean E. Russell2020-03-06 19:08:01 -0600
commitb55efda2daa801612e45fbbfc754ea64ded5551d (patch)
treeae949e40b790ea26f42f05e91a13e750a865682e
parente58e4f79385caa4735937713e01adfecc957594a (diff)
downloadaur-b55efda2daa801612e45fbbfc754ea64ded5551d.tar.gz
Update to v3.5.0
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD27
2 files changed, 28 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232e9eb0b2eb..048e3482af84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotop-bin
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 3.3.2
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/xxxserxxx/gotop
arch = x86_64
@@ -10,20 +10,21 @@ pkgbase = gotop-bin
arch = armv7h
arch = aarch64
license = AGPL3
+ depends = glibc
provides = gotop
conflicts = gotop
- source_x86_64 = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_amd64.tgz
- sha256sums_x86_64 = 768766ed3a366f48412498314bbe1b341629dde09de18121f787b52d5f52775b
- source_i686 = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_386.tgz
- sha256sums_i686 = 51cd6fd3dc68c64881e6484d7019044ac743e9d24a6c604934a4e1bff5814c2a
- source_arm = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_arm_v5.tgz
- sha256sums_arm = 7bbeef4ade43366f9295e95f84856533a878c198353369ad9ab2bfd0ec172969
- source_armv6h = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_arm_v6.tgz
- sha256sums_armv6h = 5aa81644698143e073efabf5c4e5b7127593f6f31007864d1a6bbee3a50e6310
- source_armv7h = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_arm_v7.tgz
- sha256sums_armv7h = 0cf5ff900043157a0f9f0bcd781a6a2a34c2574903ab2fa9bd0b46f7b5387f8f
- source_aarch64 = https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_arm64.tgz
- sha256sums_aarch64 = c35dda56d49ea785b596952d1ea9f1102366c97d05fbb1cf2087709f27a25839
+ source_x86_64 = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_amd64.tgz
+ md5sums_x86_64 = 96872219938627d1507d6266195133c2
+ source_i686 = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_386.tgz
+ md5sums_i686 = 0c133bb454fa1d66099220d163288ce0
+ source_arm = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_arm5.tgz
+ md5sums_arm = 809804d43afb3383c5d75d786192caea
+ source_armv6h = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_arm6.tgz
+ md5sums_armv6h = ee7f3b073db3981d2cb918d741082b71
+ source_armv7h = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_arm7.tgz
+ md5sums_armv7h = aaab397b69635a2598ced6aaccf00960
+ source_aarch64 = https://github.com/xxxserxxx/gotop/releases/download/v3.5.0/gotop_v3.5.0_linux_arm64.tgz
+ md5sums_aarch64 = 481df2435edcf7304edda9af942c284c
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 32e13cff9e4e..31c98b477609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
pkgname=gotop-bin
-pkgver=3.3.2
+pkgver=3.5.0
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -10,19 +10,20 @@ url="https://github.com/xxxserxxx/gotop"
license=("AGPL3")
provides=("gotop")
conflicts=("gotop")
-source_x86_64=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_amd64.tgz")
-source_i686=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_386.tgz")
-source_arm=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_arm_v5.tgz")
-source_armv6h=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_arm_v6.tgz")
-source_armv7h=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_arm_v7.tgz")
-source_aarch64=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_${pkgver}_linux_arm64.tgz")
-sha256sums_x86_64=('768766ed3a366f48412498314bbe1b341629dde09de18121f787b52d5f52775b')
-sha256sums_i686=('51cd6fd3dc68c64881e6484d7019044ac743e9d24a6c604934a4e1bff5814c2a')
-sha256sums_arm=('7bbeef4ade43366f9295e95f84856533a878c198353369ad9ab2bfd0ec172969')
-sha256sums_armv6h=('5aa81644698143e073efabf5c4e5b7127593f6f31007864d1a6bbee3a50e6310')
-sha256sums_armv7h=('0cf5ff900043157a0f9f0bcd781a6a2a34c2574903ab2fa9bd0b46f7b5387f8f')
-sha256sums_aarch64=('c35dda56d49ea785b596952d1ea9f1102366c97d05fbb1cf2087709f27a25839')
+depends=("glibc")
+source_x86_64=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_amd64.tgz")
+source_i686=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_386.tgz")
+source_arm=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_arm5.tgz")
+source_armv6h=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_arm6.tgz")
+source_armv7h=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_arm7.tgz")
+source_aarch64=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/gotop_v${pkgver}_linux_arm64.tgz")
package() {
install -Dm755 "$srcdir/gotop" "$pkgdir/usr/bin/gotop"
}
+md5sums_x86_64=('96872219938627d1507d6266195133c2')
+md5sums_i686=('0c133bb454fa1d66099220d163288ce0')
+md5sums_arm=('809804d43afb3383c5d75d786192caea')
+md5sums_armv6h=('ee7f3b073db3981d2cb918d741082b71')
+md5sums_armv7h=('aaab397b69635a2598ced6aaccf00960')
+md5sums_aarch64=('481df2435edcf7304edda9af942c284c')