[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)
Robin Broda
coderobe at archlinux.org
Sun Nov 24 18:24:00 UTC 2019
Date: Sunday, November 24, 2019 @ 18:24:00
Author: coderobe
Revision: 533088
archrelease: copy trunk to community-any
Added:
s-tui/repos/community-any/PKGBUILD
(from rev 533087, s-tui/trunk/PKGBUILD)
Deleted:
s-tui/repos/community-any/PKGBUILD
----------+
PKGBUILD | 45 ++++++++++++++++++++++-----------------------
1 file changed, 22 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-24 18:23:09 UTC (rev 533087)
+++ PKGBUILD 2019-11-24 18:24:00 UTC (rev 533088)
@@ -1,23 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Lars Hagström <lars at foldspace.nu>
-pkgname=s-tui
-pkgver=0.8.3
-pkgrel=3
-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')
-makedepends=('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 533087, s-tui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-24 18:24:00 UTC (rev 533088)
@@ -0,0 +1,22 @@
+# 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
+}
More information about the arch-commits
mailing list