summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2023-02-23 23:28:50 +0800
committerbuck-yeh2023-02-23 23:28:50 +0800
commitfd2f7662ef4ce3708fd66ea5b20d2cd823e4561a (patch)
treeec961b0dde8d4962e2507fdb78e7686825908dab
parentb8ee7f7da30cfa0b34381888cc12686fbc002176 (diff)
downloadaur-bux.tar.gz
Bugfix & vcpkg compliance
1. [Bug] Help USAGE line for a subcommand, if any, is displayed in wrong order. 2. [vcpkg] Merge from https://github.com/microsoft/vcpkg/pull/26248 so that `fix-clang-cl.patch` can be removed.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e879f8bc98eb..262aec21356f 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.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aeac690a696e..5d56adcf2e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=1
epoch=
pkgdesc='A supplemental C++ library with functionalities not directly supported from Modern C++ standard.'