summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-11-19 17:23:05 +0100
committerPhilip Goto2018-11-19 17:23:05 +0100
commit77b3439a96f2a0c2fc36dd9110a8f51c00ff8330 (patch)
tree0127fbad299e3f36c8703d261c4d792f501e805c /PKGBUILD
parent88e04af034f9b31cb7ac83f2c93d972c719139a7 (diff)
downloadaur-77b3439a96f2a0c2fc36dd9110a8f51c00ff8330.tar.gz
Disable makepkg check
This check is not yet officially supported by the developer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 142cdccbee33..14dc4855af67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=(granite
gtksourceview3
meson
vala)
-checkdepends=(vala-lint-git)
+#checkdepends=(vala-lint-git)
provides=(akira)
source=("git+https://github.com/Alecaddd/Akira.git")
sha256sums=(SKIP)
@@ -32,10 +32,10 @@ build() {
ninja
}
-check() {
- cd build
- ninja test
-}
+#check() {
+# cd build
+# ninja test
+#}
package() {
cd build