Skip to content

Commit b891268

Browse files
committed
2.24; add riscv64
1 parent 99daf33 commit b891268

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.SRCINFO

Lines changed: 4 additions & 3 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.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

3233
pkgname = redpanda-cpp

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
_pkgname=RedPanda-CPP
22
pkgname=${_pkgname,,}
3-
pkgver=2.23
3+
pkgver=2.24
44
pkgrel=1
55
pkgdesc='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')
77
url="https://github.com/royqh1979/$_pkgname"
88
license=('GPL3')
99
depends=(qt5-base qt5-svg gcc gdb)
@@ -21,7 +21,7 @@ optdepends=(
2121
'lxterminal: run in terminal'
2222
)
2323
source=("$_pkgname-$pkgver.tar.gz::https://github.com/royqh1979/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
24-
sha256sums=('fc4ea8583a98e83618a90d55a814b8cf8c8ae267f24e122071c219d79bfcb0e3')
24+
sha256sums=('0651cb7798b3ba216a62e5b706e12953eaa00eee6abd505ebd793012456cb43c')
2525

2626
build() {
2727
mkdir redpanda-build

0 commit comments

Comments
 (0)