diff --git a/repos/community-x86_64/PKGBUILD b/repos/community-x86_64/PKGBUILD index aa74789..3788fad 100644 --- a/repos/community-x86_64/PKGBUILD +++ b/repos/community-x86_64/PKGBUILD @@ -2,10 +2,10 @@ # Maintainer: Bruno Pagani pkgname=ring-daemon -pkgver=20190315 +pkgver=20190416 pkgrel=1 epoch=2 -_pjprojectver=2.8 +_pjprojectver=6b9212dcb4b3f781c1e922ae544b063880bc46ac pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)" arch=("x86_64") url="https://ring.cx" @@ -17,18 +17,19 @@ depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp' 'libsecp256k1' 'util-linux' 'opus') makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive') #checkdepends=('cppunit') -_commit=f9b944fafe33a721a14a42bd04dccaf90ced8868 +_commit=93ced3b49ba247dc85e4d166559287aab46ff475 source=("git+https://git.ring.cx/savoirfairelinux/ring-daemon.git#commit=${_commit}" "https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz") noextract=("pjproject-${_pjprojectver}.tar.gz") -sha256sums=('SKIP' - '1fcdf6e295e3b8d99c9e738d3e980d8e7da34c76bd5e773c8ed9ad26b119d0eb') +sha512sums=('SKIP' + 'e203f3846db1a380b2bcb2e18fb73f6296a87c25d5b0b38d44df88a398c597bcb31c85a0e72b476908e4b56fdeb6fc5c586cf595f9723091d6a09659b75d1d5c') prepare() { cd ${pkgname} cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs mkdir contrib/native autoreconf -fvi + sed -i -e 's/crypto::Certificate::NameType/crypto::NameType/g' src/security/certstore.h src/security/certstore.cpp } build() {