summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2019-08-18 11:48:07 -0400
committerPaul Hentschel (hpmachining)2019-08-18 11:48:07 -0400
commit8ef675a78aa994d8550efcac4ef4e89ccc1f0b17 (patch)
tree48a2f6a37c39d194fec14f2e6b212161c568a430 /PKGBUILD
parent38c401ba3993aeb5b7c2589fa04c65c3ea487b5a (diff)
downloadaur-8ef675a78aa994d8550efcac4ef4e89ccc1f0b17.tar.gz
Commented out check function.
Upstream check functions have not been updated yet for latest changes and fails to build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb645bb7ff9e..f6ce40f5c61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: greyltc
pkgname=cbang-git
-pkgver=1.3.2.r35.ga6bb026
+pkgver=1.3.2.r75.g0f1fb56
pkgrel=1
pkgdesc="A library of cross-platform C++ utilities"
arch=('x86_64')
@@ -48,11 +48,11 @@ build() {
scons disable_local="libevent sqlite3 re2 libyaml zlib bzip2 expat"
}
-check() {
- cd "${pkgname%-git}/tests"
- scons
- python2 ./testHarness
-}
+#check() {
+# cd "${pkgname%-git}/tests"
+# scons
+# python2 ./testHarness
+#}
package() {
cd "${pkgname%-git}"