Package Details: djgpp-djcrx-bootstrap 2.05-5

Git Clone URL: https://aur.archlinux.org/djgpp-djcrx-bootstrap.git (read-only, click to copy)
Package Base: djgpp-djcrx-bootstrap
Description: DJGPP C library and development files for initial bootstrapping djgpp-gcc
Upstream URL: http://www.delorie.com/djgpp/
Licenses: GPL, LGPL, custom:djgpp
Provides: djgpp-djcrx
Submitter: andris
Maintainer: andris
Last Packager: andris
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-20 07:50 (UTC)
Last Updated: 2023-11-18 15:19 (UTC)

Dependencies (0)

Required by (8)

Sources (1)

Latest Comments

ajacocks commented on 2023-10-14 06:06 (UTC) (edited on 2023-10-14 06:07 (UTC) by ajacocks)

I fixed this package with the following diff (adding pentium4 arch):


$ git diff PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index fa50a10..32657ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@

 pkgname=djgpp-djcrx-bootstrap
 pkgver=2.05
-pkgrel=4
+pkgrel=5
 pkgdesc="DJGPP C library and development files for initial bootstrapping djgpp-gcc"
-arch=('i686' 'x86_64')
+arch=('i686' 'pentium4' 'x86_64')
 provides=(djgpp-djcrx)
 url="http://www.delorie.com/djgpp/"
 license=(GPL LGPL custom:djgpp)
 source=(
-       "ftp://ftp.delorie.com/pub/djgpp/current/v2/djcrx${pkgver//./}.zip"
+       "http://www.delorie.com/pub/djgpp/current/v2/djcrx${pkgver//./}.zip"
 )
 sha512sums=(
        '248034a3c026971eeaa6421ef40f44d03873c62d4edf97490e98c71ac76662eaed531eb734e137a38a644483a34065c3ffc70d3d739682d53c8863bf7b521b90'

Would you apply that?

Bonstra commented on 2019-10-27 11:27 (UTC)

http://www.delorie.com/pub/djgpp/current/v2/djcrx205.zip returns a 404. The mirrors are still up though: ftp://ftp.fu-berlin.de/pc/languages/djgpp/current/v2/djcrx205.zip

ron2138 commented on 2019-03-16 16:17 (UTC) (edited on 2019-03-16 16:24 (UTC) by ron2138)

There is a typo in PKGBUILD. pkgdec should have been pkgdesc. with an s.

-pkgdec="DJGPP C library and development files for initial bootstrapping djgpp-gcc"
+pkgdesc="DJGPP C library and development files for initial bootstrapping djgpp-gcc"

I assume that because of that, the Description field of the package in this page, namely https://aur.archlinux.org/packages/djgpp-djcrx-bootstrap, is None.