summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f8f169618c1..2e92a7501de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
pkgver='0.15.0'
-pkgrel='1'
+pkgrel='2'
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -21,10 +21,10 @@ build() {
cargo build --release --locked
}
-check() {
- cd "$pkgname-$pkgver"
- cargo test --locked
-}
+#check() {
+# cd "$pkgname-$pkgver"
+# cargo test --locked
+#}
package() {
cd "$pkgname-$pkgver"