summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-11-19 17:23:05 +0100
committerPhilip Goto2018-11-19 17:23:05 +0100
commit77b3439a96f2a0c2fc36dd9110a8f51c00ff8330 (patch)
tree0127fbad299e3f36c8703d261c4d792f501e805c
parent88e04af034f9b31cb7ac83f2c93d972c719139a7 (diff)
downloadaur-77b3439a96f2a0c2fc36dd9110a8f51c00ff8330.tar.gz
Disable makepkg check
This check is not yet officially supported by the developer
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57fb300204fa..52e2b32d5f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = akira-git
url = https://github.com/Alecaddd/Akira
arch = x86_64
license = GPL3
- checkdepends = vala-lint-git
makedepends = granite
makedepends = gtksourceview3
makedepends = meson
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