Date: Friday, December 23, 2016 @ 13:30:47
  Author: spupykin
Revision: 201248

upgpkg: bcunit 3.0-2

upd

Modified:
  bcunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-23 13:22:30 UTC (rev 201247)
+++ PKGBUILD    2016-12-23 13:30:47 UTC (rev 201248)
@@ -4,14 +4,12 @@
 pkgname=bcunit
 pkgver=3.0
 _commit=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight system for writing, administering, and running unit tests 
in C"
 arch=(i686 x86_64)
 url="https://github.com/BelledonneCommunications/bcunit";
 license=('LGPL2')
 depends=()
-provides=('cunit')
-replaces=('cunit')
 options=('!libtool')
 
#source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/$pkgver.tar.gz";)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${_commit}.zip";)
@@ -21,7 +19,7 @@
   cd "$srcdir/bcunit-${_commit}"
   [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {

Reply via email to