summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2022-05-21 12:48:07 +0800
committerbuck-yeh2022-05-21 12:48:07 +0800
commit122eb76d937681a518fbe865c7d0e7041823a5f3 (patch)
treef51aaf1f95e483e54ec6e96f2add51c4e9834a30
parenta182801b892e1bbb114880c978afded7dcd5074b (diff)
downloadaur-122eb76d937681a518fbe865c7d0e7041823a5f3.tar.gz
[Bug/quirk fixes & enhancements](https://github.com/buck-yeh/bux/releases/tag/1.6.4)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1894e9ead88a..e65f4388f3dc 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.2
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c072ec707473..384ccf7b623a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.6.2
-#pkgver=main
+pkgver=1.6.4
pkgrel=1
epoch=
pkgdesc='A supplemental C++ library with functionalities not directly supported from Modern C++ standard.'