From 13a5cc85d38b19d81d40b532b34fb805b7a22592 Mon Sep 17 00:00:00 2001 From: DRAGONTOS Date: Sun, 28 Jul 2024 23:30:46 +0200 Subject: [PATCH] pkgbuild: fixed a issues and bumped version (0.2.4) --- Makefile | 2 +- PKGBUILD | 12 +++--------- props.json | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index bc5ec23..74ae9bb 100644 --- a/Makefile +++ b/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 diff --git a/PKGBUILD b/PKGBUILD index f9670ae..5fa97c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,9 @@ -# Maintainer: WorMzy Tykashi -# Contributor: Dmitry Korzhevin -# Contributor: C.Coutinho -# Contributor: Grigorios Bouzakis -# Contributor: TDY - 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') diff --git a/props.json b/props.json index ee0ad0b..1126ef8 100644 --- a/props.json +++ b/props.json @@ -1,3 +1,3 @@ { - "version": "0.2.3" + "version": "0.2.4" }