summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild2017-06-04 19:20:14 -0400
committerAllen Wild2017-06-04 19:20:14 -0400
commit412af3dfb6a9d0aa900b55ef4500e0ce86a6b890 (patch)
treee1204028bf34300a17c466db7d0ed8122f3a159a
parent9f37cd2d77479fe5a7d77ded5bfbe1ece1d1b538 (diff)
downloadaur-412af3dfb6a9d0aa900b55ef4500e0ce86a6b890.tar.gz
Remove the check() function since 'make test' requires extra dependencies
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b0ca86259a7..d15522688d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,11 +31,6 @@ build() {
make
}
-check() {
- cd "$srcdir/$_srcname"
- make test
-}
-
package() {
cd "$srcdir/$_srcname"
make DESTDIR="$pkgdir/" install