summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-01-18 18:16:04 -0800
committerCaleb Bassi2019-01-18 18:16:23 -0800
commit034c6c2c01e0449dafe2acc9d2db32e39f43a1b7 (patch)
tree44ca69e8e957c7f224cff94cbb6eb31b3e41366e
parentacc5172ec5e87249e670aeb5430ce116a5a67e04 (diff)
downloadaur-034c6c2c01e0449dafe2acc9d2db32e39f43a1b7.tar.gz
v2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cb08c59faf..84e379d599fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gotop
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 1.7.1
- pkgrel = 4
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/cjbassi/gotop
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = gotop
makedepends = go>=1.11.0
provides = gotop
conflicts = gotop
- source = gotop-1.7.1.tar.gz::https://github.com/cjbassi/gotop/archive/1.7.1.tar.gz
+ source = gotop-2.0.0.tar.gz::https://github.com/cjbassi/gotop/archive/2.0.0.tar.gz
sha256sums = 0041d36e664870d0b461b80bba4a2fb5120af1030230f09e3e9887a67c117363
pkgname = gotop
diff --git a/PKGBUILD b/PKGBUILD
index 5fd93da5826e..b20328ce9c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-maintainer/contributor: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop
-pkgver=1.7.1
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
pkgdesc='A terminal based graphical activity monitor inspired by gtop and vtop'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://github.com/cjbassi/gotop"