File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed
Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 11pkgbase = 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
3324pkgname = redpanda-cpp
Original file line number Diff line number Diff line change 11_pkgname=RedPanda-CPP
22pkgname=${_pkgname,,}
3- pkgver=2.24
3+ pkgver=2.25
44pkgrel=1
55pkgdesc=' A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE'
66arch=(' i686' ' pentium4' ' x86_64' ' arm' ' armv6h' ' armv7h' ' aarch64' ' riscv64' )
@@ -10,18 +10,9 @@ depends=(qt5-base qt5-svg gcc gdb)
1010makedepends=(qt5-tools)
1111optdepends=(
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)
2314source=(" $_pkgname -$pkgver .tar.gz::https://github.com/royqh1979/$_pkgname /archive/refs/tags/$pkgver .tar.gz" )
24- sha256sums=(' 0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c ' )
15+ sha256sums=(' 8e655b1522695618de7d973df6e732c853b4f8eabdc3efbea15a8820d97acc32 ' )
2516
2617build () {
2718 mkdir redpanda-build
You can’t perform that action at this time.
0 commit comments