summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuck-yeh2023-02-23 23:28:50 +0800
committerbuck-yeh2023-02-23 23:28:50 +0800
commitfd2f7662ef4ce3708fd66ea5b20d2cd823e4561a (patch)
treeec961b0dde8d4962e2507fdb78e7686825908dab /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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.'