summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrany2020-11-07 18:12:40 +0200
committerrany2020-11-07 18:12:40 +0200
commit6b8f97536dc115e2355c580762134d6fac1e097c (patch)
tree78675c7b19a1662c3219bbcc5237b73f06e1a959
parentd5dadc38aaa9607b0812b4ab829c9f38026795b3 (diff)
downloadaur-6b8f97536dc115e2355c580762134d6fac1e097c.tar.gz
fixup naming
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e551025efa85..c3b317348779 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = passphraseme-git
pkgdesc = A quick and simple cryptographically secure script to generate high entropy passphrases using EFF's wordlists
pkgver = 0.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/micahflee/passphraseme
arch = any
license = GPL3
makedepends = git
depends = python
- source = git+https://github.com/micahflee/passphraseme.git#commit=cebb21bfe552c3edcb96dbbac750971faa5866c9
+ source = git+https://github.com/micahflee/passphraseme.git
sha1sums = SKIP
pkgname = passphraseme-git
diff --git a/PKGBUILD b/PKGBUILD
index fb998ae7004c..3a3df807b84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
pkgname=passphraseme-git
-pkgrel=2
+pkgrel=3
pkgver=0.1.4
-_commit=cebb21bfe552c3edcb96dbbac750971faa5866c9
+#_commit=cebb21bfe552c3edcb96dbbac750971faa5866c9
pkgdesc="A quick and simple cryptographically secure script to generate high entropy passphrases using EFF's wordlists"
url="https://github.com/micahflee/passphraseme"
arch=('any')
license=('GPL3')
makedepends=('git')
depends=('python')
-source=("git+https://github.com/micahflee/passphraseme.git#commit=${_commit}")
+#source=("git+https://github.com/micahflee/passphraseme.git#commit=${_commit}")
+source=("git+https://github.com/micahflee/passphraseme.git")
sha1sums=('SKIP')
build() {
cd "passphraseme"