File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
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.23
3+ pkgver = 2.24
44 pkgrel = 1
55 url = https://github.com/royqh1979/RedPanda-CPP
66 arch = i686
@@ -10,6 +10,7 @@ pkgbase = redpanda-cpp
1010 arch = armv6h
1111 arch = armv7h
1212 arch = aarch64
13+ arch = riscv64
1314 license = GPL3
1415 makedepends = qt5-tools
1516 depends = qt5-base
@@ -26,7 +27,7 @@ pkgbase = redpanda-cpp
2627 optdepends = deepin-terminal: run in terminal
2728 optdepends = qterminal: run in terminal
2829 optdepends = lxterminal: run in terminal
29- source = RedPanda-CPP-2.23 .tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/2.23 .tar.gz
30- sha256sums = fc4ea8583a98e83618a90d55a814b8cf8c8ae267f24e122071c219d79bfcb0e3
30+ source = RedPanda-CPP-2.24 .tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/2.24 .tar.gz
31+ sha256sums = 0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c
3132
3233pkgname = redpanda-cpp
Original file line number Diff line number Diff line change 11_pkgname=RedPanda-CPP
22pkgname=${_pkgname,,}
3- pkgver=2.23
3+ pkgver=2.24
44pkgrel=1
55pkgdesc=' A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE'
6- arch=(' i686' ' pentium4' ' x86_64' ' arm' ' armv6h' ' armv7h' ' aarch64' )
6+ arch=(' i686' ' pentium4' ' x86_64' ' arm' ' armv6h' ' armv7h' ' aarch64' ' riscv64 ' )
77url=" https://github.com/royqh1979/$_pkgname "
88license=(' GPL3' )
99depends=(qt5-base qt5-svg gcc gdb)
@@ -21,7 +21,7 @@ optdepends=(
2121 ' lxterminal: run in terminal'
2222)
2323source=(" $_pkgname -$pkgver .tar.gz::https://github.com/royqh1979/$_pkgname /archive/refs/tags/$pkgver .tar.gz" )
24- sha256sums=(' fc4ea8583a98e83618a90d55a814b8cf8c8ae267f24e122071c219d79bfcb0e3 ' )
24+ sha256sums=(' 0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c ' )
2525
2626build () {
2727 mkdir redpanda-build
You can’t perform that action at this time.
0 commit comments