summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2020-12-25 10:20:04 +0800
committerbuck-yeh2020-12-25 10:20:04 +0800
commit98fc46f5868ddf3ba9bbfe28d7b1c9c72e7c5ef6 (patch)
treec76b91e1d2e7c39ae96e61bc9158407deb130518
parent0a79a2aa447c2e2d6285cea9b73c2c6e77202030 (diff)
downloadaur-98fc46f5868ddf3ba9bbfe28d7b1c9c72e7c5ef6.tar.gz
Stricter once-only headers and StrUtil.h into 3 headers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44ff26e8b75..fba9039f860e 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.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d34bc112cb77..70795e659816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.1.0
+pkgver=1.1.1
#pkgver=main
pkgrel=1
epoch=
@@ -40,6 +40,7 @@ prepare() {
build() {
cd "$pkgname" || return 1
cmake .
+ cd src || return 1
make -j
}