summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-08-03 09:31:57 -0600
committeryochananmarqos2019-08-03 09:31:57 -0600
commit4dc2300515538bbcb558d81636cb95f14c373348 (patch)
tree37592abd4b3afc5aa83bac1e222234e2c9672a0a
parent9721177af9d67bf159b53b7a1446740c2480adb1 (diff)
downloadaur-4dc2300515538bbcb558d81636cb95f14c373348.tar.gz
removed check()
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bae0568590e0..32d9ec165318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,6 @@ build() {
dub build --parallel -b release -c GTK
}
-check() {
- cd "Drill-$pkgver"
- dub test --parallel
-}
-
package_drill-search-cli() {
pkgdesc="Search files without indexing, but clever crawling (CLI version)"