pkgbuild: fixed a issues and bumped version (0.2.4)
This commit is contained in:
parent
56ab7d5b89
commit
13a5cc85d3
3 changed files with 5 additions and 11 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ all:
|
|||
$(MAKE) 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
|
||||
chmod -R 777 ./build
|
||||
|
||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -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
|
||||
_gitname=RapidMenu
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="A terminal multiplexer"
|
||||
url="https://github.com/tmux/tmux/wiki"
|
||||
pkgdesc="Utilize configuration files to create runner scripts."
|
||||
url="https://github.com/DRAGONTOS/RapidMenu"
|
||||
arch=('x86_64')
|
||||
license=('GPLv3')
|
||||
depends=('tomlplusplus' 'cpptoml')
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "0.2.3"
|
||||
"version": "0.2.4"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue