summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Stengele2015-10-22 09:53:47 +0200
committerDennis Stengele2015-10-22 10:09:59 +0200
commitf9d5beb211c0fcda9049732a14a2f84e8f94ab5c (patch)
treea5a3f607259527bcb37d63a70dc8e12d50212f1a
parent098a91ea83850094b25dbe3c0d69d82453808a33 (diff)
downloadaur-f9d5beb211c0fcda9049732a14a2f84e8f94ab5c.tar.gz
Update to v3.2.01
Update checksums Update Checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec07fe60c350..0006031701f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tuptime
pkgdesc = Report the historical and statistical running time of system
- pkgver = 3.0.00
+ pkgver = 3.2.01
pkgrel = 1
url = https://github.com/rfrail3/tuptime
arch = any
license = GPL
depends = python2
depends = cron
- source = tuptime-3.0.00.tar.gz::https://github.com/rfrail3/tuptime/archive/v3.0.00.tar.gz
- sha256sums = 8c3a2bc21e1fa1d30cd6f0e61aaeb6fa20461bfda2e13bfc77f67d302af70a08
+ source = tuptime-3.2.01.tar.gz::https://github.com/rfrail3/tuptime/archive/v3.2.01.tar.gz
+ sha256sums = 330fbb7f9163fd1ec1c139a3e7652f86ddd2987f3e94e3b481f1a3f3e3da64c2
pkgname = tuptime
diff --git a/PKGBUILD b/PKGBUILD
index 7e1cdfc8b66b..94852e81eefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis Stengele <d.stengele (at) derintendant (dot) de>
pkgname=tuptime
-pkgver=3.0.00
+pkgver=3.2.01
pkgrel=1
pkgdesc="Report the historical and statistical running time of system"
arch=('any')
@@ -20,7 +20,7 @@ install=
changelog=
source=(" $pkgname-$pkgver.tar.gz::https://github.com/rfrail3/tuptime/archive/v$pkgver.tar.gz")
noextract=()
-sha256sums=('8c3a2bc21e1fa1d30cd6f0e61aaeb6fa20461bfda2e13bfc77f67d302af70a08')
+sha256sums=('330fbb7f9163fd1ec1c139a3e7652f86ddd2987f3e94e3b481f1a3f3e3da64c2')
package() {
cd "$srcdir/$pkgname-$pkgver"