summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2022-06-24 11:46:05 +0200
committerJakub 'Eremiell' Marek2022-06-24 11:46:05 +0200
commitabffb10ee230ded0d5f51505b1cd2acebd734f82 (patch)
treeb685546882247f7d1731561b1b26b6d53341d544
parentf7a34fb75e37a3a9ec86cd98a28164446a72b2e5 (diff)
downloadaur-abffb10ee230ded0d5f51505b1cd2acebd734f82.tar.gz
🔖 Update package, version 10.0.11-1
* Upstream version update * Now supports automod * Various bugfixes * See upstream changelog for details
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--dpp.changelog10
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ed7259881a..fceb56897a7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dpp
pkgdesc = Lightweight and Scalable C++ Discord API Bot Library
- pkgver = 10.0.10
+ pkgver = 10.0.11
pkgrel = 1
url = https://dpp.dev/
install = dpp.install
@@ -14,7 +14,7 @@ pkgbase = dpp
depends = libsodium
depends = fmt
depends = nlohmann-json
- source = dpp-10.0.10.tar.gz::https://github.com/brainboxdotcc/DPP/archive/refs/tags/v10.0.10.tar.gz
- sha256sums = 2a1c26f606298e5b683d1e140219c434e61c4b22e8510fa2a2d5f7b6758dff95
+ source = dpp-10.0.11.tar.gz::https://github.com/brainboxdotcc/DPP/archive/refs/tags/v10.0.11.tar.gz
+ sha256sums = 33463292f3030eabf70ab54ff09475945b4d87a9c6e428c712015cba93a1ed96
pkgname = dpp
diff --git a/PKGBUILD b/PKGBUILD
index b7c479761c3e..1ca858429266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# See also https://github.com/eremiell-aur/dpp
pkgname=dpp
_pkgname=DPP
-pkgver=10.0.10
+pkgver=10.0.11
pkgrel=1
pkgdesc="Lightweight and Scalable C++ Discord API Bot Library"
arch=('x86_64')
@@ -13,7 +13,7 @@ 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=('2a1c26f606298e5b683d1e140219c434e61c4b22e8510fa2a2d5f7b6758dff95')
+sha256sums=('33463292f3030eabf70ab54ff09475945b4d87a9c6e428c712015cba93a1ed96')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
diff --git a/dpp.changelog b/dpp.changelog
index 23fdf97807cb..2587d6271768 100644
--- a/dpp.changelog
+++ b/dpp.changelog
@@ -1,3 +1,11 @@
+# 10.0.11-1 / 2000-06-24
+
+* bump to new library version
+ * automod is now supported
+ * see library changelog for full list
+* nothing chaged for the package itself
+ * all previously mentioned issues are still present
+
# 10.0.10-1 / 2022-06-14
* first build on the AUR
@@ -21,4 +29,4 @@
* attempts have been made to reprobuild
* while build should be reproducible, observing discrepancies
* likely stemming from slight difference between chroot setup
- * to be further researched \ No newline at end of file
+ * to be further researched