summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f2535fcadb9..ca089efe9035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,11 @@
_pkgname=bip39
pkgname=$_pkgname-git
pkgver=r14.9908de7
-pkgrel=1
+pkgrel=2
pkgdesc="Generate mnemonic codes according to BIP-0039"
arch=('x86_64')
+url="https://github.com/kugland/bip39"
+license=('MIT')
depends=('libsodium')
makedepends=('git' 'make' 'gcc')
conflicts=("$_pkgname")