git » fatsort.git » commit 6653235

upgpkg: 1.3.365-1

author Anatol Pomozov
2014-04-09 19:26:54 UTC
committer Anatol Pomozov
2014-04-09 19:26:54 UTC
parent 35762598ac70b898020dac7e27ed9eef98b57a9f

upgpkg: 1.3.365-1

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

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index ec48f17..872d393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url='http://fatsort.sourceforge.net'
 license=(GPL)
 depends=(glibc)
 makedepends=(help2man)
-checkdepends=(dosfstools)
+#checkdepends=(dosfstools bbe)
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
 
@@ -24,7 +24,8 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
-  make tests
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
 }
 
 package() {