summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e551025efa85..0d738b932749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-pkgbase = passphraseme-git
+pkgbase = passphraseme
pkgdesc = A quick and simple cryptographically secure script to generate high entropy passphrases using EFF's wordlists
- pkgver = 0.1.4
- pkgrel = 2
+ pkgver = 0.1.5
+ pkgrel = 1
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#commit=569c3167167993326618689f87c7e0ea0e716699
sha1sums = SKIP
-pkgname = passphraseme-git
+pkgname = passphraseme
diff --git a/PKGBUILD b/PKGBUILD
index fb998ae7004c..6bde37b23898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-pkgname=passphraseme-git
-pkgrel=2
-pkgver=0.1.4
-_commit=cebb21bfe552c3edcb96dbbac750971faa5866c9
+pkgname=passphraseme
+pkgrel=1
+pkgver=0.1.5
+_commit=569c3167167993326618689f87c7e0ea0e716699
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')