Compare commits

..

No commits in common. "master" and "v1.0.2" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
pkgname="bakatui"
pkgname="bakatui-git"
_pkgname="bakatui"
provides=("${_pkgname}")
conflicts=("${_pkgname}")
pkgver=1.0.3.r0.gab854ed
pkgver=1.0.0.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.3"
#define VERSION "1.0.2"
#define NAME "bakatui"
inline constexpr auto hash_djb2a(const std::string_view sv) {