summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-01-29 19:10:39 +0100
committerAlad Wenter2016-01-29 19:10:39 +0100
commit62282329b10c633de6bc5cfdb5b560ec51be9222 (patch)
treed1b4c8c745ee517ffcf44b445b071bb98468e492
parent22db37f0819f8ea33fe9675978c6d3445c29ec80 (diff)
downloadaur-62282329b10c633de6bc5cfdb5b560ec51be9222.tar.gz
Remove check() on upstream request
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca3643e9aeb..df9cb078b190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Jan 29 18:10:35 UTC 2016
pkgbase = howm-x11-git
pkgdesc = A lightweight, tiling X11 window manager that mimics vi by offering operators, motions and modes.
pkgver = 0.5.33.gafffe1e
@@ -7,7 +9,6 @@ pkgbase = howm-x11-git
arch = i686
arch = x86_64
license = GPL
- checkdepends = linux-headers
makedepends = git
depends = bash
depends = xcb-util-wm
diff --git a/PKGBUILD b/PKGBUILD
index 3f5ff94799b5..4e769fb85d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,6 @@ arch=('i686' 'x86_64')
depends=('bash' 'xcb-util-wm' 'sxhkd' 'cottage-git')
makedepends=('git')
-checkdepends=('linux-headers')
provides=('howm-x11')
conflicts=('howm-x11')
@@ -30,14 +29,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"
find examples/ -type f ! -executable -execdir \