summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Garcia2019-04-17 13:15:01 -0500
committerTony Garcia2019-04-17 13:15:01 -0500
commit130332862086e1e00714f80ac043cc38ae3f2bec (patch)
tree71ba634581d464ce4d7b3acba0661300c8b37cd3 /PKGBUILD
parent9e48ae51d470156e3c910a7fff9857879d9c406a (diff)
downloadaur-130332862086e1e00714f80ac043cc38ae3f2bec.tar.gz
Release 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96a33952c891..996fe98c24c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony Garcia <tony dot garcia at rackspace dot com>
pkgname='recap'
-pkgdesc="System status reporting"
-pkgver=2.0.2
+pkgdesc="Generates reports of various system information"
+pkgver=2.1.0
pkgrel=1
arch=('any')
url="https://github.com/rackerlabs/${pkgname}"
@@ -11,7 +11,7 @@ provides=(${pkgname})
conflicts=(${pkgname%-*})
depends=('coreutils' 'elinks' 'gawk' 'grep' 'iotop' 'procps-ng' 'sysstat' 'iproute2')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('be1128882f1f2e5b33c61fd0885892ea1521cba675e11095363039e07e02705c')
+sha256sums=('f8d473a4f383d8972c0f077c7b5c490f561b5afa10d0f20b0816cc067f038635')
package() {
cd "${pkgname}-${pkgver}"