[arch-commits] Commit in gtop/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat May 16 01:02:47 UTC 2020
Date: Saturday, May 16, 2020 @ 01:02:42
Author: svenstaro
Revision: 628142
upgpkg: gtop 1.0.2-2: Use proper upstream tag
Modified:
gtop/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-16 00:17:34 UTC (rev 628141)
+++ PKGBUILD 2020-05-16 01:02:42 UTC (rev 628142)
@@ -3,7 +3,7 @@
pkgname=gtop
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='System monitoring dashboard for terminal'
arch=('any')
url='https://github.com/aksakalli/gtop'
@@ -10,7 +10,7 @@
license=('MIT')
depends=(nodejs)
makedepends=(npm git)
-source=("git+https://github.com/aksakalli/gtop.git#commit=149c7fd")
+source=("git+https://github.com/aksakalli/gtop.git#tag=v1.0.2")
sha512sums=('SKIP')
build() {
More information about the arch-commits
mailing list