summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \