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

Robin Broda coderobe at archlinux.org
Mon Jan 27 14:55:34 UTC 2020


    Date: Monday, January 27, 2020 @ 14:55:33
  Author: coderobe
Revision: 556088

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-27 14:54:49 UTC (rev 556087)
+++ PKGBUILD	2020-01-27 14:55:33 UTC (rev 556088)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Lars Hagström <lars at foldspace.nu>
-pkgname=s-tui
-pkgver=0.8.3
-pkgrel=4
-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")
-sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
-
-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 556087, s-tui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-27 14:55:33 UTC (rev 556088)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Lars Hagström <lars at foldspace.nu>
+pkgname=s-tui
+pkgver=1.0.0
+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")
+sha256sums=('11490f432f91b0b0535d60a6621903fa40231b871a616259cb6a1db3e2f2c6f6')
+
+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