summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-02-04 15:25:42 -0800
committerAndy Weidenbaum2016-02-04 15:25:42 -0800
commit190e3a45f6a9638a7e7834eaec9ffc4476ba628a (patch)
treea67a5e3b9ffe0f9f4d17f7a219bfb9ca665790c5
parentbe09a1dd5a762553ddbd95bc4e6f4a45b2d58ca9 (diff)
downloadaur-190e3a45f6a9638a7e7834eaec9ffc4476ba628a.tar.gz
update pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d87774676cf..cd57a08b0650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Fri Jan 15 01:25:38 UTC 2016
+# Thu Feb 4 23:19:09 UTC 2016
pkgbase = libbitcoin-client-git
- pkgdesc = The Bitcoin Client Protocol Implementation
+ pkgdesc = Bitcoin Client Protocol Library
pkgver = 20151213
pkgrel = 2
url = https://github.com/libbitcoin/libbitcoin-client
diff --git a/PKGBUILD b/PKGBUILD
index 9cee68496ee7..bcebeb19c015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libbitcoin-client-git
pkgver=20151213
pkgrel=2
-pkgdesc="The Bitcoin Client Protocol Implementation"
+pkgdesc="Bitcoin Client Protocol Library"
arch=('i686' 'x86_64')
depends=('boost'
'boost-libs'