summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-03-19 15:45:27 -0400
committerredfish2018-03-19 15:45:27 -0400
commit1eacdcde8170c4c0c47523e63221a6bbe9f9fe73 (patch)
tree5478154a2a1ffb3fe91156ec16836a54f05230c0
parentf7cb9274ec8400474482883d1371354e53a0012e (diff)
downloadaur-1eacdcde8170c4c0c47523e63221a6bbe9f9fe73.tar.gz
update to 0.8.5.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59def059e740..690dbe39cd1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 5 18:05:12 UTC 2018
+# Mon Mar 19 19:44:07 UTC 2018
pkgbase = gostcoin-git
pkgdesc = Coin based on GOST R 34.10 and GOST R 34.11-2012 with I2P support
- pkgver = v0.8.5.10
+ pkgver = 0.8.5.11
pkgrel = 1
url = http://gostcoin.i2p
arch = i686
@@ -13,7 +13,7 @@ pkgbase = gostcoin-git
makedepends = boost
makedepends = cmake
depends = boost-libs
- depends = openssl-1.0
+ depends = openssl
depends = qt5-base
optdepends = i2pd: I2P network transport
source = gostcoin::git+https://github.com/GOSTSec/gostcoin
diff --git a/PKGBUILD b/PKGBUILD
index 2896576fb8cb..8796874ac229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ then
pkgname+=('gostcoin-qt-git')
fi
-pkgver=0.8.5.10
+pkgver=0.8.5.11
pkgrel=1
pkgdesc="Coin based on GOST R 34.10 and GOST R 34.11-2012 with I2P support"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ url="http://gostcoin.i2p"
license=('MIT')
makedepends=('boost' 'cmake')
-depends=('boost-libs' 'openssl-1.0')
+depends=('boost-libs' 'openssl')
if [ ! -z "$_BUILD_QT_GUI" ]
then
depends+=('qt5-base')
@@ -37,10 +37,7 @@ pkgver() {
build() {
cd $srcdir/${pkgbase%%-git}/src
- make \
- OPENSSL_INCLUDE_PATH=/usr/include/openssl-1.0 \
- OPENSSL_LIB_PATH=/usr/lib/openssl-1.0 \
- -f makefile.unix
+ make -f makefile.unix
}
package_gostcoind-git(){
@@ -66,9 +63,7 @@ package_gostcoin-qt-git(){
provides=('gostcoin-qt')
conflicts=('gostcoin-qt')
- qmake DEFINES+=BOOST_ASIO_ENABLE_OLD_SERVICES \
- OPENSSL_INCLUDE_PATH=/usr/include/openssl-1.0 \
- OPENSSL_LIB_PATH=/usr/lib/openssl-1.0 \
+ qmake DEFINES+=BOOST_ASIO_ENABLE_OLD_SERVICES
make