pls work
Some checks failed
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
PoliEcho 2025-11-08 16:55:39 +01:00
parent 07a32672d3
commit 33e8b490f5
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -1,7 +1,7 @@
#include <string_view>
#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) {