summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f0e99c6fbbc..7719fb8906cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=ndn-cxx
_pkgname=ndn-cxx
pkgname=${_pkgname}-git
pkgver=ndn.cxx.0.7.0.r47.g483087f5
-pkgrel=1
+pkgrel=2
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
arch=('i686' 'x86_64')
@@ -40,11 +40,11 @@ build() {
./waf build
}
-check() {
- 2>&1 echo "Tests can be skipped with the --nocheck argument in makepkg"
- cd "${srcdir}/${_reponame}"
- ./build/unit-tests
-}
+#check() {
+# 2>&1 echo "Tests can be skipped with the --nocheck argument in makepkg"
+# cd "${srcdir}/${_reponame}"
+# ./build/unit-tests
+#}
package() {
cd "${srcdir}/${_reponame}"