summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-01-29 19:08:09 +0100
committerAlad Wenter2016-01-29 19:08:09 +0100
commit0fee65ebebd806f8b412e3a0205e760b19fc327d (patch)
tree313bea3bd4b9905bb4d7fab50911819a539d52fa
parent587d918f498a785c3f37afa90385607d7e65a808 (diff)
downloadaur-0fee65ebebd806f8b412e3a0205e760b19fc327d.tar.gz
Remove check() on upstream request
-rw-r--r--PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9ce5fcc2dc..ae03bc731d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url="https://github.com/HarveyHunt/cottage"
license=('GPL')
arch=('i686' 'x86_64')
-checkdepends=('linux-headers')
options=('debug')
source=("$pkgname::git+https://github.com/HarveyHunt/cottage#branch=master")
sha256sums=('SKIP')
@@ -25,14 +24,6 @@ build() {
make debug
}
-check() {
- cd "$pkgname"
- find /usr/lib/modules -name checkpatch.pl -print -quit | xargs -i cp {} .
-
- printf 'spellingtxt||disable\n' > spelling.txt
- make check
-}
-
package() {
cd "$pkgname"
install -Dm755 "bin/debug/cottage" "$pkgdir/usr/bin/cottage"