Package Details: wiredpanda 5.1.2-1

Git Clone URL: https://aur.archlinux.org/wiredpanda.git (read-only, click to copy)
Package Base: wiredpanda
Description: Software designed to help students learn about logic circuits and simulate them in an easy and friendly way
Upstream URL: https://gibis-unifesp.github.io/wiRedPanda/
Keywords: cirtuits digital simulator
Licenses: GPL-3.0-or-later
Submitter: joao-zip
Maintainer: joao-zip
Last Packager: joao-zip
Votes: 1
Popularity: 0.000537
First Submitted: 2024-04-26 15:38 (UTC)
Last Updated: 2026-06-06 19:50 (UTC)

Latest Comments

binarctq commented on 2026-06-15 15:08 (UTC)

Hello,

Thank you for maintaining this package. There are 2 small problems though related to the PKGBUILD. A proposed fix:

diff --git a/PKGBUILD b/PKGBUILD
index a2a4c50..d1d84c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://gibis-unifesp.github.io/wiRedPanda/"
 license=('GPL-3.0-or-later')
 depends=('qt6-base' 'qt6-multimedia' 'qt6-svg')
 makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GIBIS-UNIFESP/wiRedPanda/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GIBIS-UNIFESP/wiRedPanda/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('dd440f8cc97e10443ed2fce62617ff0908f94ab87392e549d519bd7c6877c076')

 build() {
     cd "wiRedPanda-${pkgver}"
@@ -22,7 +22,7 @@ package() {
     cd "wiRedPanda-${pkgver}"

     # Install main executable
-    install -Dm755 build/wiredpanda "$pkgdir/usr/bin/wiredpanda"
+    install -Dm755 build-release/wiredpanda "$pkgdir/usr/bin/wiredpanda"

     # Install application icon
     install -Dm644 App/Resources/Assets/Logos/wpanda.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/wiredpanda.svg"