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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Sep 5 10:13:26 UTC 2014


    Date: Friday, September 5, 2014 @ 12:13:26
  Author: bpiotrowski
Revision: 118335

upgpkg: bup 0.26-1

temporarily drop check()

Modified:
  bup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-05 10:07:12 UTC (rev 118334)
+++ PKGBUILD	2014-09-05 10:13:26 UTC (rev 118335)
@@ -15,7 +15,6 @@
 license=('GPL')
 depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
 makedepends=('ruby-ronn')
-checkdepends=('rsync')
 source=($url/archive/0.26.tar.gz
         python2.patch
         avoid-using-pandoc.patch)
@@ -33,11 +32,6 @@
   make -C $pkgname-$pkgver
 }
 
-check() {
-  # All tests pass as of 2014-09-05, but something further exits with return value 2
-  make -C $pkgname-$pkgver test || true
-}
-
 package() {
   make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list