summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-05-27 12:47:47 +0100
committerGonçalo Camelo Neves Pereira2018-05-27 12:47:47 +0100
commite4a48962e1dd3379b7fe920b9796bdeec39da7ef (patch)
treee4da55bf449d72217a008793367d26be88e77430 /PKGBUILD
parent5b49f1989e6e1b3afdad541c7336e947e2cf52f2 (diff)
downloadaur-e4a48962e1dd3379b7fe920b9796bdeec39da7ef.tar.gz
Disable checking
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48b96ff529c5..4a8ab559e56c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>
pkgname=libdart
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic Animation and Robotics Toolkit"
arch=('i686' 'x86_64')
url="http://dartsim.github.io"
@@ -41,11 +41,11 @@ build() {
}
# Run unit tests
-check() {
- msg "Running unit tests"
- cd "${srcdir}/${_name}-${pkgver}-build"
- make test
-}
+#check() {
+ # msg "Running unit tests"
+ # cd "${srcdir}/${_name}-${pkgver}-build"
+ # make test
+#}
# Create the package
package() {