summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Guedelhoefer2021-08-27 18:06:34 +0200
committerHannes Guedelhoefer2021-08-27 18:06:34 +0200
commit87fe3324182e3769aaa5c90df9ab68dfb8a96ac1 (patch)
treed4db0b4e178b5930771e971186c60b9817e34141
parent9b788f4cb5e3911db4e49a0254f378f8522308d6 (diff)
downloadaur-87fe3324182e3769aaa5c90df9ab68dfb8a96ac1.tar.gz
fix git source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1230622c40e3..d375438ce2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = creekey-git
arch = armv7h
license = UNLICENSED
makedepends = cargo
- source = https://github.com/opencreek/creekey-cli
- sha256sums = 3ee0403c5d7cce503cdeb9e9e709c3909ebc84dde80d379e7401bdf6b5f63733
+ source = git+https://github.com/opencreek/creekey-cli.git
+ sha256sums = SKIP
pkgname = creekey-git
diff --git a/PKGBUILD b/PKGBUILD
index b08ed97ae7a2..7a331670a75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ makedepends=('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=("https://github.com/opencreek/creekey-cli")
+source=("git+https://github.com/opencreek/creekey-cli.git")
url="https://creekey.io"
license=('UNLICENSED')
@@ -33,4 +33,4 @@ package() {
-type f \
-exec install -Dm0755 -t "$pkgdir/usr/bin/" {} +
}
-sha256sums=('3ee0403c5d7cce503cdeb9e9e709c3909ebc84dde80d379e7401bdf6b5f63733')
+sha256sums=('SKIP')