Skip to content

Commit 063232f

Browse files
committed
2.25; remove terminals form optdepends (now works with almost all terminals); remove git from optdepends (upstream change)
1 parent b891268 commit 063232f

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

.SRCINFO

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = redpanda-cpp
22
pkgdesc = A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE
3-
pkgver = 2.24
3+
pkgver = 2.25
44
pkgrel = 1
55
url = https://github.com/royqh1979/RedPanda-CPP
66
arch = i686
@@ -18,16 +18,7 @@ pkgbase = redpanda-cpp
1818
depends = gcc
1919
depends = gdb
2020
optdepends = clang: C/C++ compiler (alternative)
21-
optdepends = git: git integration
22-
optdepends = alacritty: run in terminal
23-
optdepends = kitty: run in terminal
24-
optdepends = tilix: run in terminal
25-
optdepends = cool-retro-term: run in terminal
26-
optdepends = konsole: run in terminal
27-
optdepends = deepin-terminal: run in terminal
28-
optdepends = qterminal: run in terminal
29-
optdepends = lxterminal: run in terminal
30-
source = RedPanda-CPP-2.24.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/2.24.tar.gz
31-
sha256sums = 0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c
21+
source = RedPanda-CPP-2.25.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/2.25.tar.gz
22+
sha256sums = 8e655b1522695618de7d973df6e732c853b4f8eabdc3efbea15a8820d97acc32
3223

3324
pkgname = redpanda-cpp

PKGBUILD

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_pkgname=RedPanda-CPP
22
pkgname=${_pkgname,,}
3-
pkgver=2.24
3+
pkgver=2.25
44
pkgrel=1
55
pkgdesc='A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE'
66
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'riscv64')
@@ -10,18 +10,9 @@ depends=(qt5-base qt5-svg gcc gdb)
1010
makedepends=(qt5-tools)
1111
optdepends=(
1212
'clang: C/C++ compiler (alternative)'
13-
'git: git integration'
14-
'alacritty: run in terminal'
15-
'kitty: run in terminal'
16-
'tilix: run in terminal'
17-
'cool-retro-term: run in terminal'
18-
'konsole: run in terminal'
19-
'deepin-terminal: run in terminal'
20-
'qterminal: run in terminal'
21-
'lxterminal: run in terminal'
2213
)
2314
source=("$_pkgname-$pkgver.tar.gz::https://github.com/royqh1979/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
24-
sha256sums=('0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c')
15+
sha256sums=('8e655b1522695618de7d973df6e732c853b4f8eabdc3efbea15a8820d97acc32')
2516

2617
build() {
2718
mkdir redpanda-build

0 commit comments

Comments
 (0)