Package Details: bbcsdl 1.44a-2

Git Clone URL: https://aur.archlinux.org/bbcsdl.git (read-only, click to copy)
Package Base: bbcsdl
Description: BBC Basic Programming for Linux
Upstream URL: https://www.bbcbasic.co.uk/bbcsdl
Keywords: basic bbc model-b programming retro
Licenses: cc-by-nc-sa-4.0
Conflicts: bbcsdl
Provides: bbcsdl
Submitter: antonioleal
Maintainer: antonioleal
Last Packager: antonioleal
Votes: 2
Popularity: 0.000723
First Submitted: 2025-03-18 22:07 (UTC)
Last Updated: 2026-06-03 21:57 (UTC)

Latest Comments

antonioleal commented on 2026-06-03 21:59 (UTC)

@michaja thank you for the patch. Applied it.

michaja commented on 2026-06-01 07:24 (UTC)

bbclinux.zip changed upstream, the hash was adjusted accordingly, but makepkg does not re-download the file if it is already present, so it fails due to the old file not matching the new hash. Including the package version in the local file name (e.g. bbclinux_1.44a.zip) solves this.

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19 +19 @@ source=(
-  https://www.bbcbasic.co.uk/bbcsdl/bbclinux.zip
+  bbclinux_$pkgver.zip::https://www.bbcbasic.co.uk/bbcsdl/bbclinux.zip
@@ -32 +32 @@ prepare() {
-  unzip -f bbclinux.zip Box2D231.so bbc256x.png
+  unzip -f bbclinux_$pkgver.zip Box2D231.so bbc256x.png

antonioleal commented on 2026-01-05 23:25 (UTC)

@michaja thank you for noticing. I'll update the address.

michaja commented on 2026-01-05 09:24 (UTC)

https://www.bbcbasic.net/bbcsdl/bbclinux.zip is unavailable. https://www.bbcbasic.net/bbcsdl/ lists the download as https://www.bbcbasic.co.uk/bbcsdl/bbclinux.zip

antonioleal commented on 2025-12-28 19:50 (UTC)

added

micwoj92 commented on 2025-11-17 18:58 (UTC)

Needs unzip in makedeps:

/startdir/PKGBUILD: line 32: unzip: command not found