From 33e8b490f5a14c61f51707896b8538a748706cd9 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 8 Nov 2025 16:55:39 +0100 Subject: [PATCH] pls work --- PKGBUILD | 4 ++-- src/const.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ff336ff..d443cc7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname="bakatui-git" _pkgname="bakatui" provides=("${_pkgname}") conflicts=("${_pkgname}") -pkgver=1.0.0.r0.gab854ed +pkgver=1.0.3.r0.gab854ed pkgrel=1 arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'riscv64') url=https://git.pupes.org/PoliEcho/bakatui @@ -55,7 +55,7 @@ build() { package() { cd "$srcdir/$_pkgname" - + mkdir -p "${pkgdir}/usr/bin" make DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" diff --git a/src/const.h b/src/const.h index 0d286b8..0c84046 100644 --- a/src/const.h +++ b/src/const.h @@ -1,7 +1,7 @@ #include #ifndef VERSION -#define VERSION "1.0.2" +#define VERSION "1.0.3" #define NAME "bakatui" inline constexpr auto hash_djb2a(const std::string_view sv) {