summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Doe2023-12-28 21:35:57 +0000
committerJohn Doe2023-12-28 21:35:57 +0000
commit6b400a1ded38162ea8ee99904b5534c914bb10a9 (patch)
tree7fe097dedea8363aa7cbfdc57e1f52d4df4bcce7
parent34919500cf52901ea546d89b69e5aa2e04d45bc1 (diff)
downloadaur-6b400a1ded38162ea8ee99904b5534c914bb10a9.tar.gz
Edit PKGBUILD
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 955e06bdd73c..9f19be8add2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,11 +25,6 @@ build() {
cargo build --release
}
-check() {
- cd "$_pkgname"
- cargo test --release
-}
-
package() {
cd "$srcdir/$_pkgname"
install -Dm755 target/release/$_pkgname "$pkgdir/usr/bin/$_pkgname"