summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoian Bonev2021-10-05 03:09:48 +0300
committerBoian Bonev2021-10-05 03:09:48 +0300
commitbb1c132afe4758ee3b7ffb7e6973e74ae4909c29 (patch)
tree5f5cc2a11f4875d803bd0e4120d1486dc0eab92e
parent516391ec1d8af8b51ef2ae6198dd6c15bfd62a4f (diff)
downloadaur-bb1c132afe4758ee3b7ffb7e6973e74ae4909c29.tar.gz
Version 1.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2addc6536fd..c2bb50911e08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotop-c
pkgdesc = simple top-like I/O monitor (implemented in C)
- pkgver = 1.19
- pkgrel = 2
+ pkgver = 1.20
+ pkgrel = 1
url = https://github.com/Tomas-M/iotop
arch = any
license = GPL2
@@ -11,8 +11,8 @@ pkgbase = iotop-c
provides = iotop
conflicts = iotop
conflicts = iotop-git
- source = https://github.com/Tomas-M/iotop/releases/download/v1.19/iotop-1.19.tar.xz
- source = https://github.com/Tomas-M/iotop/releases/download/v1.19/iotop-1.19.tar.xz.asc
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz
+ source = https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz.asc
validpgpkeys = BA60BC20F37E59444D6D25001365720913D2F22D
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a867b8fdddaa..5cc618172841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Boian Bonev <bbonev@ipacct.com>
pkgname=iotop-c
-pkgver=1.19
-pkgrel=2
+pkgver=1.20
+pkgrel=1
pkgdesc="simple top-like I/O monitor (implemented in C)"
arch=('any')
url="https://github.com/Tomas-M/iotop"