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

David Runge dvzrv at archlinux.org
Sun Jan 19 08:24:43 UTC 2020


    Date: Sunday, January 19, 2020 @ 08:24:43
  Author: dvzrv
Revision: 373693

upgpkg: scons 3.1.2-2: Removing use of makepkg subroutine 'msg'.

Modified:
  scons/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 03:59:40 UTC (rev 373692)
+++ PKGBUILD	2020-01-19 08:24:43 UTC (rev 373693)
@@ -6,7 +6,7 @@
 
 pkgname=scons
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
 url="https://scons.org"
@@ -16,7 +16,7 @@
 'lynx' 'python-lxml' 'python-setuptools' 'texlive-latexextra')
 # potential additions include ipkg, rpm
 checkdepends=('clang' 'gdc' 'dmd' 'ldc' 'lib32-glibc' 'nasm' 'python-pytest'
-'python-virtualenv' 'swig' 'zip')
+'python-virtualenv' 'rpm-tools' 'swig' 'zip')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
 sha512sums=('b096501ea37e62f596f16b46b4022ad7979f359b10849d4c5fa17731a6c3ec34e0890374de175a8aa7539ae677777142ccf5dfae39a74696efcdbcc00e89bccf')
 
@@ -71,7 +71,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python runtest.py -a -t || msg "Tests passing with 'NO RESULT' count as failed."
+  python runtest.py -a -t || echo "Tests passing with 'NO RESULT' count as failed."
 }
 
 package() {



More information about the arch-commits mailing list