[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)
Robin Broda
coderobe at archlinux.org
Mon Jul 20 20:10:24 UTC 2020
Date: Monday, July 20, 2020 @ 20:10:23
Author: coderobe
Revision: 664655
archrelease: copy trunk to community-any
Added:
s-tui/repos/community-any/PKGBUILD
(from rev 664654, s-tui/trunk/PKGBUILD)
Deleted:
s-tui/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-20 20:10:12 UTC (rev 664654)
+++ PKGBUILD 2020-07-20 20:10:23 UTC (rev 664655)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Lars Hagström <lars at foldspace.nu>
-pkgname=s-tui
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Terminal UI stress test and monitoring tool "
-arch=('any')
-url="https://github.com/amanusk/s-tui"
-license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3ddc9fcd3112b407e9bf18fda3a2e54685fc40adcac865a161dbc2d0901b9dc7124e4e9eef2a847713cb790209f6f038d20831ba7161d1e0abf5bc9c5b641926')
-
-build() {
- cd "${pkgname}-${pkgver}"
- python setup.py build
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
Copied: s-tui/repos/community-any/PKGBUILD (from rev 664654, s-tui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-20 20:10:23 UTC (rev 664655)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Lars Hagström <lars at foldspace.nu>
+pkgname=s-tui
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui"
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py build
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list