summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2022-08-02 07:35:21 +0200
committerJakub 'Eremiell' Marek2022-08-02 07:35:21 +0200
commit602af0f7e09011ece9b59e63f5b1a372f40c0fc9 (patch)
tree9f247c6c987b839f828614403059e84479f86bdc /PKGBUILD
parent4b91bd13e761e6b4b638bb4a3d219974b7109ccf (diff)
downloadaur-602af0f7e09011ece9b59e63f5b1a372f40c0fc9.tar.gz
🔖 Update package, version 10.0.14-1
* Upstream version update * Now supports shutdown and start * Various bugfixes * See upstream changelog for details
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 926e40053a21..687ff6217bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# See also https://github.com/eremiell-aur/dpp
pkgname=dpp
_pkgname=DPP
-pkgver=10.0.13
+pkgver=10.0.14
pkgrel=1
pkgdesc="Lightweight and Scalable C++ Discord API Bot Library"
arch=('x86_64')
url="https://dpp.dev/"
license=('Apache')
-depends=('openssl' 'zlib' 'opus' 'libsodium' 'fmt' 'nlohmann-json')
+depends=('gcc-libs' 'openssl' 'zlib' 'opus' 'libsodium' 'nlohmann-json')
makedepends=('cmake')
install="${pkgname}.install"
changelog="${pkgname}.changelog"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brainboxdotcc/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('35dc9f5dc265d70047df67b13ae45f7345ed3f3b842b114fd89cacb3c83428ed')
+sha256sums=('5eb4cf3b4f4ba200d5f0d57929a1b96cc79e2398004afccc9d9c63aee865ca9d')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"