summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Guedelhoefer2021-08-27 18:13:01 +0200
committerHannes Guedelhoefer2021-08-27 18:13:01 +0200
commit1b7164e05bf9cea6b286b61724e35b4cec0918fa (patch)
tree6955c2f0ae0fa749f8d709062ab5e71e7d8f426d
parent87fe3324182e3769aaa5c90df9ab68dfb8a96ac1 (diff)
downloadaur-1b7164e05bf9cea6b286b61724e35b4cec0918fa.tar.gz
Correct git url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d375438ce2cd..2d1e064dcf87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,9 @@ pkgbase = creekey-git
arch = armv6h
arch = armv7h
license = UNLICENSED
+ makedepends = git
makedepends = cargo
- source = git+https://github.com/opencreek/creekey-cli.git
+ source = git+https://github.com/opencreek/creekey-cli.git#branch=main
sha256sums = SKIP
pkgname = creekey-git
diff --git a/PKGBUILD b/PKGBUILD
index 7a331670a75c..e8cb05701c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=creekey-git
pkgver=0.1.0
pkgrel=1
-makedepends=('cargo')
+makedepends=('git' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="Story your Private Keys on your Phone!"
# source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
-source=("git+https://github.com/opencreek/creekey-cli.git")
+source=("git+https://github.com/opencreek/creekey-cli.git#branch=main")
url="https://creekey.io"
license=('UNLICENSED')