summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrany2021-11-18 23:06:42 +0200
committerrany2021-11-18 23:06:42 +0200
commit18efb8a656d1ac994b2acc7b3d46c60c26cc8f67 (patch)
treea8c14c81e7ef4e6016de357d891ef9e545a05fcf /PKGBUILD
parent6a6775e0891a29da0557cbcc637356d001746ba8 (diff)
downloadaur-18efb8a656d1ac994b2acc7b3d46c60c26cc8f67.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83883358d7a8..2a75ba3e23cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=passphraseme-git
-pkgrel=4
+pkgrel=5
pkgver=0.1.4
pkgdesc="A quick and simple cryptographically secure script to generate high entropy passphrases using EFF's wordlists"
url="https://github.com/micahflee/passphraseme"
@@ -10,7 +10,7 @@ depends=('python')
source=("git+https://github.com/micahflee/passphraseme.git")
sha1sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "passphraseme"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {