summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2022-06-01 22:20:34 +0800
committerbuck-yeh2022-06-01 22:20:34 +0800
commit00d3f326929c744e482da66c0605e339b3227774 (patch)
tree0e0ba0281c979cdb246c057fa164613e6d3e4ef0
parent122eb76d937681a518fbe865c7d0e7041823a5f3 (diff)
downloadaur-00d3f326929c744e482da66c0605e339b3227774.tar.gz
[Misc improvements with minor breakage of includes](https://github.com/buck-yeh/bux/releases/tag/1.6.5)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e65f4388f3dc..0442b04a3526 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.4
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 384ccf7b623a..c03c2182989d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=1
epoch=
pkgdesc='A supplemental C++ library with functionalities not directly supported from Modern C++ standard.'