pkgbuild: fixed a issues and bumped version (0.2.4)

This commit is contained in:
Kaley, Fischer 2024-07-28 23:30:46 +02:00
parent 56ab7d5b89
commit 13a5cc85d3
3 changed files with 5 additions and 11 deletions

View file

@ -6,7 +6,7 @@ all:
$(MAKE) release $(MAKE) release
release: release:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DLEGACY_RENDERER:BOOL=true -S . -B ./build -G Ninja cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -S . -B ./build -G Ninja
cmake --build ./build cmake --build ./build
chmod -R 777 ./build chmod -R 777 ./build

View file

@ -1,15 +1,9 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: Dmitry Korzhevin <dkorzhevin AT gmail DOT com>
# Contributor: C.Coutinho <kikijump[at]gmail[dot]com>
# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
# Contributor: TDY <tdy@gmx.com>
pkgname=RapidMenu-git pkgname=RapidMenu-git
_gitname=RapidMenu _gitname=RapidMenu
pkgver=0.2.3 pkgver=0.2.4
pkgrel=1 pkgrel=1
pkgdesc="A terminal multiplexer" pkgdesc="Utilize configuration files to create runner scripts."
url="https://github.com/tmux/tmux/wiki" url="https://github.com/DRAGONTOS/RapidMenu"
arch=('x86_64') arch=('x86_64')
license=('GPLv3') license=('GPLv3')
depends=('tomlplusplus' 'cpptoml') depends=('tomlplusplus' 'cpptoml')

View file

@ -1,3 +1,3 @@
{ {
"version": "0.2.3" "version": "0.2.4"
} }