summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Guedelhoefer2021-08-27 18:28:09 +0200
committerHannes Guedelhoefer2021-08-27 18:28:09 +0200
commit48a54f71da737fe5172dffaba7c6578dda4ce58d (patch)
tree453f71b5770a117f87b618b0899fb8caa9040c8e
parent8960e78a1fcdc68eb8998006433556dcc0bfcabf (diff)
downloadaur-48a54f71da737fe5172dffaba7c6578dda4ce58d.tar.gz
remove check, to not double compile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba5414cb6de..3ef47027f654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = creekey-git
pkgdesc = Story your Private Keys on your Phone!
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://creekey.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cf7cd151d19d..d13ccb1b5b51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Opencreek Technogoly UG <hannes@opencreek.tech>
pkgname=creekey-git
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
makedepends=('git' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="Story your Private Keys on your Phone!"
@@ -23,12 +23,6 @@ build() {
cargo build --frozen --release --all-features
}
-check () {
- cd "creekey-cli"
- export RUSTUP_TOOLCHAIN=stable
- cargo test --frozen --all-features
-}
-
package() {
cd "creekey-cli"
find target/release \