summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-21 08:54:26 -0800
committerAndy Weidenbaum2015-12-21 08:54:26 -0800
commit8268e10c35a71c3aea005e891d3b624f2e58657a (patch)
tree74c7343222a8419bea27c1cda28f0517891da0d2
parentfc772953fd7b1dbe292b109b4bb7688aa8755eaa (diff)
downloadaur-8268e10c35a71c3aea005e891d3b624f2e58657a.tar.gz
update pkgver to 20151220, branch=version2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3212c9f09049..604b2c6a793a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 21 16:03:48 UTC 2015
pkgbase = libbitcoin-consensus-git
pkgdesc = Libbitcoin Consensus Library
- pkgver = 20150707
+ pkgver = 20151220
pkgrel = 1
url = https://github.com/libbitcoin/libbitcoin-consensus
arch = i686
@@ -9,17 +11,17 @@ pkgbase = libbitcoin-consensus-git
license = AGPL3
makedepends = autoconf
makedepends = automake
+ makedepends = boost
+ makedepends = boost-libs
makedepends = gcc
makedepends = git
makedepends = libtool
makedepends = make
makedepends = pkg-config
- depends = boost
- depends = boost-libs
- depends = secp256k1-git
+ makedepends = secp256k1-git
provides = libbitcoin-consensus
conflicts = libbitcoin-consensus
- source = git+https://github.com/libbitcoin/libbitcoin-consensus
+ source = git+https://github.com/libbitcoin/libbitcoin-consensus#branch=version2
sha256sums = SKIP
pkgname = libbitcoin-consensus-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a53d55657b8..2de9fb18c5a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-consensus-git
-pkgver=20150707
+pkgver=20151220
pkgrel=1
pkgdesc="Libbitcoin Consensus Library"
arch=('i686' 'x86_64')
-depends=('boost'
- 'boost-libs'
- 'secp256k1-git')
makedepends=('autoconf'
'automake'
+ 'boost'
+ 'boost-libs'
'gcc'
'git'
'libtool'
'make'
- 'pkg-config')
+ 'pkg-config'
+ 'secp256k1-git')
groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-consensus"
license=('AGPL3')
-source=(git+https://github.com/libbitcoin/libbitcoin-consensus)
+source=(git+https://github.com/libbitcoin/libbitcoin-consensus#branch=version2)
sha256sums=('SKIP')
provides=('libbitcoin-consensus')
conflicts=('libbitcoin-consensus')
@@ -41,8 +41,6 @@ build() {
--sharedstatedir=/usr/share/libbitcoin-consensus \
--localstatedir=/var/lib/libbitcoin-consensus \
--with-gnu-ld \
- --with-secp256k1 \
- --without-openssl \
--without-tests
make
}
@@ -51,7 +49,7 @@ package() {
cd ${pkgname%-git}
msg2 'Installing license...'
- install -Dm 644 COPYING "$pkgdir/usr/share/licenses/libbitcoin-consensus/COPYING"
+ install -Dm 644 COPYING -t "$pkgdir/usr/share/licenses/libbitcoin-consensus"
msg2 'Installing...'
make DESTDIR="$pkgdir" install