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

Anatol Pomozov anatolik at nymeria.archlinux.org
Wed Apr 9 19:26:54 UTC 2014


    Date: Wednesday, April 9, 2014 @ 21:26:54
  Author: anatolik
Revision: 109043

upgpkg: fatsort 1.3.365-1

comment out tests as they require 'sudo' and cannot be run in a clean build environment

Modified:
  fatsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-09 18:16:16 UTC (rev 109042)
+++ PKGBUILD	2014-04-09 19:26:54 UTC (rev 109043)
@@ -14,7 +14,7 @@
 license=(GPL)
 depends=(glibc)
 makedepends=(help2man)
-checkdepends=(dosfstools)
+#checkdepends=(dosfstools bbe)
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
 
@@ -25,7 +25,8 @@
 
 check() {
   cd $pkgname-$pkgver
-  make tests
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
 }
 
 package() {




More information about the arch-commits mailing list