psi_plus, revbump after hunspell bump (#4100)

This commit is contained in:
Schrijvers Luc
2019-08-16 14:31:16 +02:00
committed by Sergei Reznikov
parent 130fbcd48f
commit 8ccfdba02c

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Psi is a cross-platform powerful XMPP client designed for experienc
HOMEPAGE="https://psi-plus.com/"
COPYRIGHT="2005-2019, Psi+ Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="26485a24f3e1d665ccdd2c6af0cea6462ec93fae9eb38644aa7ca2dea900593e"
SOURCE_DIR="psi-plus-snapshots-$portVersion"
@@ -29,7 +29,7 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libgcrypt$secondaryArchSuffix
lib:libhunspell_1.6$secondaryArchSuffix
lib:libhunspell_1.7$secondaryArchSuffix
lib:libidn$secondaryArchSuffix
lib:libotr$secondaryArchSuffix
lib:libqca_qt5$secondaryArchSuffix
@@ -48,7 +48,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libgcrypt$secondaryArchSuffix
devel:libhunspell_1.6$secondaryArchSuffix
devel:libhunspell_1.7$secondaryArchSuffix
devel:libidn$secondaryArchSuffix
devel:libotr$secondaryArchSuffix
devel:libqca$secondaryArchSuffix >= 2.1.3
@@ -76,7 +76,7 @@ BUILD()
cd $sourceDir3
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$sourceDir/libsignal-protocol-c
cmake .. -DCMAKE_INSTALL_PREFIX=$sourceDir/libsignal-protocol-c
make $jobArgs
make install
cd $sourceDir