summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-12-10 17:15:42 +0500
committerDmitry Kharitonov2019-12-10 17:15:42 +0500
commita19482e439e0453149c9fa6ba174e7f570a6ee87 (patch)
tree74323a764c2d39a4462c0e6cb599c33430f4d2d3
parenteaf446b7310e771a4cbfb2f686d3bae11021d613 (diff)
downloadaur-a19482e439e0453149c9fa6ba174e7f570a6ee87.tar.gz
Switch to boost1.69
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7311259c1e..05eed2306a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = curecoin-qt-git
pkgdesc = GUI client (wallet) for CureCoin cryptocurrency
- pkgver = v2.0.0.2.r0.gb68d80f
+ pkgver = v2.0.0.2.r2.gcb69996
pkgrel = 1
url = https://curecoin.net/
arch = x86_64
arch = i686
license = MIT
- makedepends = boost
+ makedepends = boost1.69
makedepends = db
makedepends = git
depends = qt5-base
depends = qt5-tools
depends = miniupnpc
- depends = boost-libs
+ depends = boost1.69-libs
depends = openssl-1.0
provides = curecoin-qt
conflicts = curecoin-qt
diff --git a/PKGBUILD b/PKGBUILD
index 44bd429cfe26..490d84ab6abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Thalmeier <michael@thalmeier.at>
pkgname=curecoin-qt-git
-pkgver=v2.0.0.2.r0.gb68d80f
+pkgver=v2.0.0.2.r2.gcb69996
pkgrel=1
pkgdesc="GUI client (wallet) for CureCoin cryptocurrency"
arch=('x86_64' 'i686')
@@ -10,8 +10,8 @@ url="https://curecoin.net/"
license=('MIT')
provides=('curecoin-qt')
conflicts=('curecoin-qt')
-depends=('qt5-base' 'qt5-tools' 'miniupnpc' 'boost-libs' 'openssl-1.0')
-makedepends=('boost' 'db' 'git')
+depends=('qt5-base' 'qt5-tools' 'miniupnpc' 'boost1.69-libs' 'openssl-1.0')
+makedepends=('boost1.69' 'db' 'git')
source=("git+https://github.com/cygnusxi/CurecoinSource.git#branch=master"
"0001-miniupnpc.patch"
"curecoin.desktop")