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

Robin Broda coderobe at gemini.archlinux.org
Mon Oct 11 13:04:16 UTC 2021


    Date: Monday, October 11, 2021 @ 13:04:16
  Author: coderobe
Revision: 1029460

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 13:04:09 UTC (rev 1029459)
+++ PKGBUILD	2021-10-11 13:04:16 UTC (rev 1029460)
@@ -1,22 +0,0 @@
-# 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
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 1029459, s-tui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-11 13:04:16 UTC (rev 1029460)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Lars Hagström <lars at foldspace.nu>
+pkgname=s-tui
+pkgver=1.1.3
+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=('80a746187d7d4e4581b6a7c68c3939772eed95ae16530ca38692c9fcfdb98068e60fbe401cf741e1896d8a303a240b231c27a7bf5471c24357fe06df6fdfb153')
+
+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