dpp: Update to 10.0.25

This commit is contained in:
Lunar Starstrum 2023-09-26 00:51:54 -05:00 committed by classabbyamp
parent a1c200ed9e
commit da5f3ee10a

View file

@ -1,18 +1,18 @@
# Template file for 'dpp' # Template file for 'dpp'
pkgname=dpp pkgname=dpp
version=10.0.24 version=10.0.25
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DDPP_USE_EXTERNAL_JSON=ON" configure_args="-DDPP_NO_VCPKG=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"
short_desc="C++ Discord API Library for Bots" short_desc="C++ Discord API Library for Bots"
maintainer="Lunar Starstrum <lunar@forsaken-borders.net>" 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=e5d561b864a7397caeb5616d388ebbd79a8f21077f3b13ac6ccd7e29c746daa9 checksum=bd39d24e01748ff4cc34ad7ca0faaa0f53542efd8843d4bcc75566a11f0f248b
dpp-devel_package() { dpp-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"