[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)

Robin Broda coderobe at archlinux.org
Sun Mar 21 05:09:29 UTC 2021


    Date: Sunday, March 21, 2021 @ 05:09:28
  Author: coderobe
Revision: 896893

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/PKGBUILD
    (from rev 896892, s-tui/trunk/PKGBUILD)
Deleted:
  s-tui/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 05:09:22 UTC (rev 896892)
+++ PKGBUILD	2021-03-21 05:09:28 UTC (rev 896893)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Lars Hagström <lars at foldspace.nu>
-pkgname=s-tui
-pkgver=1.0.2
-pkgrel=2
-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
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 896892, s-tui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 05:09:28 UTC (rev 896893)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Lars Hagström <lars at foldspace.nu>
+pkgname=s-tui
+pkgver=1.1.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=('71de8fbdad7ebcf9e0ef84b35276315b6c23782c1e24cec1cabb5397e768aa2d5c3f0d3945e1693625b06c52dc1c4ceb7290f6262bf6cddca7afecdcff059bae')
+
+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