dpp: update to 10.0.30.

Closes: #51144 [via git-merge-pr]
This commit is contained in:
Bo-Ru Ju 2024-07-08 11:30:51 +08:00 committed by classabbyamp
parent 8e4e5220ea
commit ca76d8ce91
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,9 +1,9 @@
# Template file for 'dpp' # Template file for 'dpp'
pkgname=dpp pkgname=dpp
version=10.0.29 version=10.0.30
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON" configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
cmake_builddir=build cmake_builddir=build
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++" makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
license=Apache-2.0 license=Apache-2.0
homepage="https://dpp.dev" homepage="https://dpp.dev"
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
checksum=a37e91fbdabee20cb0313700588db4077abf0ebabafe386457d999d22d2d0682 checksum=fb7019770bd5c5f0539523536250da387ee1fa9c92e59c0bcff6c9adaf3d77e8
dpp-devel_package() { dpp-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"