Skip to content

Commit 4e268eb

Browse files
committed
3.3
1 parent 9ba8c37 commit 4e268eb

File tree

4 files changed

+8
-45
lines changed

4 files changed

+8
-45
lines changed

.SRCINFO

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = redpanda-cpp
22
pkgdesc = A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE
3-
pkgver = 3.2
4-
pkgrel = 2
3+
pkgver = 3.3
4+
pkgrel = 1
55
url = https://github.com/royqh1979/RedPanda-CPP
66
arch = i686
77
arch = pentium4
@@ -22,14 +22,10 @@ pkgbase = redpanda-cpp
2222
depends = gdb
2323
depends = astyle
2424
optdepends = clang: C/C++ compiler (alternative)
25-
source = RedPanda-CPP-3.2.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/v3.2.tar.gz
25+
source = RedPanda-CPP-3.3.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/v3.3.tar.gz
2626
source = compiler_hint.lua
27-
source = 0001-fix-crash-when-debug.patch
28-
source = 0002-fix-qt-6.9-build.patch
29-
sha256sums = dc2267d793a553373a78c8a4624e908fab9bc1624c3abd12da5a1278d58219f7
27+
sha256sums = 4f49075e1cd163038ce571893583e56cacad8e33bde5d18765f270b0b57a4876
3028
sha256sums = 6f887af50757c2ec7d57806b78119e0271c424db2119fbc62d111c2122c06b0c
31-
sha256sums = 632d966f60999ba121fe37c297ef3f02128bb53f845d7630e0f3839df232bd4d
32-
sha256sums = 6d55bf146ebce9b62b713f3a90e5f698c336daa4561cfba826bea5e95184725c
3329
optdepends_x86_64 = mingw-w64-gcc: Windows C/C++ compiler
3430
optdepends_x86_64 = wine: run Windows executable
3531
optdepends_x86_64 = aarch64-linux-gnu-gcc: AArch64 C/C++ compiler

0001-fix-crash-when-debug.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

0002-fix-qt-6.9-build.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

PKGBUILD

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_pkgname=RedPanda-CPP
22
pkgname=${_pkgname,,}
3-
pkgver=3.2
4-
pkgrel=2
3+
pkgver=3.3
4+
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' 'loong64')
77
url="https://github.com/royqh1979/$_pkgname"
@@ -21,19 +21,13 @@ optdepends_x86_64=(
2121
source=(
2222
"$_pkgname-$pkgver.tar.gz::https://github.com/royqh1979/$_pkgname/archive/refs/tags/v$pkgver.tar.gz"
2323
'compiler_hint.lua'
24-
'0001-fix-crash-when-debug.patch'
25-
'0002-fix-qt-6.9-build.patch'
2624
)
27-
sha256sums=('dc2267d793a553373a78c8a4624e908fab9bc1624c3abd12da5a1278d58219f7'
28-
'6f887af50757c2ec7d57806b78119e0271c424db2119fbc62d111c2122c06b0c'
29-
'632d966f60999ba121fe37c297ef3f02128bb53f845d7630e0f3839df232bd4d'
30-
'6d55bf146ebce9b62b713f3a90e5f698c336daa4561cfba826bea5e95184725c')
25+
sha256sums=('4f49075e1cd163038ce571893583e56cacad8e33bde5d18765f270b0b57a4876'
26+
'6f887af50757c2ec7d57806b78119e0271c424db2119fbc62d111c2122c06b0c')
3127

3228
prepare() {
3329
cd "$srcdir/$_pkgname-$pkgver"
3430
sed -i '/CONFIG += ENABLE_LUA_ADDON/ { s/^#\s*// }' "RedPandaIDE/RedPandaIDE.pro"
35-
patch -Np1 <"$srcdir/0001-fix-crash-when-debug.patch"
36-
patch -Np1 <"$srcdir/0002-fix-qt-6.9-build.patch"
3731
}
3832

3933
build() {

0 commit comments

Comments
 (0)