summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrany2020-11-07 18:29:29 +0200
committerrany2020-11-07 18:29:29 +0200
commitb1be3854a172921319e8728dbfe766ea7959afbc (patch)
treef0e6a5b111465cd91972f8e31db4d22c81a55940
parent6b8f97536dc115e2355c580762134d6fac1e097c (diff)
downloadaur-b1be3854a172921319e8728dbfe766ea7959afbc.tar.gz
fixup naming
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a3df807b84a..cdbf3c6b38b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
pkgname=passphraseme-git
pkgrel=3
pkgver=0.1.4
-#_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")
sha1sums=('SKIP')
build() {