summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2023-01-29 16:00:00 +0800
committerbuck-yeh2023-01-29 16:00:00 +0800
commitb8ee7f7da30cfa0b34381888cc12686fbc002176 (patch)
tree82f7241f84ba5b45cf6bfa4e25cea2e106e7717c
parentccb64cf026cdeaf9207baba5d787e7e52ba3878d (diff)
downloadaur-b8ee7f7da30cfa0b34381888cc12686fbc002176.tar.gz
Updates for newer compiler versions
1. [VS2022] Include <utility> to get `std::cmp_less_equal()` compiled. 2. [Standard] Re-implement `bux::C_ScreenerNo` in a more compliant way.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bdede824017..e879f8bc98eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bux
pkgdesc = A supplemental C++ library with functionalities not directly supported from Modern C++ standard.
- pkgver = 1.6.6
+ pkgver = 1.6.7
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 57a70734e45f..aeac690a696e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.6.6
+pkgver=1.6.7
pkgrel=1
epoch=
pkgdesc='A supplemental C++ library with functionalities not directly supported from Modern C++ standard.'