[arch-commits] Commit in s-tui/trunk (PKGBUILD)

Robin Broda coderobe at archlinux.org
Mon Oct 14 12:21:02 UTC 2019


    Date: Monday, October 14, 2019 @ 12:21:01
  Author: coderobe
Revision: 515580

s-tui: fix source name

Modified:
  s-tui/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 12:19:06 UTC (rev 515579)
+++ PKGBUILD	2019-10-14 12:21:01 UTC (rev 515580)
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('stress' 'python' 'python-urwid' 'python-psutil')
 makedepends=('python-setuptools')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
 
 build() {



More information about the arch-commits mailing list