diff options
author | Moses Narrow | 2019-04-20 11:44:46 -0500 |
---|---|---|
committer | Moses Narrow | 2019-04-20 11:44:46 -0500 |
commit | f62a4f8e676cc833c75f2d0807426b00aeaf97c3 (patch) | |
tree | 6f3c9f7811574fc7fec4ded2c4efbd055038b7ea | |
parent | 58e11785f9deae62e1bf0f0a943efee47de46b00 (diff) | |
download | aur-btcd-git.tar.gz |
fix pkgdesc
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,7 @@ pkgbase = btcd-git + pkgdesc = An alternative full node Bitcoin implementation written in Go. pkgver = autogenerated - pkgrel = 1 + pkgrel = 2 url = https://github.com/btcsuite/btcd arch = any license = ISC @@ -1,8 +1,9 @@ # Maintainer: Moses Narrow <moe_narrow@use.startmail.com> pkgname1=btcd pkgname=btcd-git +pkgdesc="An alternative full node Bitcoin implementation written in Go." pkgver='autogenerated' -pkgrel=1 +pkgrel=2 arch=('any') pkggopath=("github.com/btcsuite/$pkgname1") url="https://$pkggopath" |