


























The source URL seems to be outdated and returns 404 and the version should be the latest 2.03 (as of 2022-10-31). Use this diff to patch the PKGBUILD:
diff --git a/PKGBUILD b/PKGBUILD
index 3b8573e..46157ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joakim Hulthe <joakim@hulthe.net>
pkgname=digiflisp
-pkgver=1.10
+pkgver=2.03
pkgrel=1
pkgdesc="IDE for the FLIS processor and training computer"
arch=('x86_64')
@@ -9,9 +9,9 @@ license=('Copyright 2012-2020, GMV')
makedepends=('libarchive')
-source=(http://www.gbgmv.se/dl/software/linux/$pkgname\_$pkgver\_amd64.deb)
-md5sums=('f7119d576e021bdaf90e67637da6a539')
-sha256sums=('25bccc1e2c40e9b9ad824434f4003e8f62eb33adc5ff97b246cc9c97d97cb66e')
+source=(http://www.gbgmv.se/dl/linux/$pkgname\_$pkgver\_amd64.deb)
+md5sums=('9dd35b560ba1b000ded00a3e665259f0')
+# sha256sums=('25bccc1e2c40e9b9ad824434f4003e8f62eb33adc5ff97b246cc9c97d97cb66e')
prepare() {
msg2 "Unpacking .deb"
New version 1.08 and new URL for downloads
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Updated to 2.03, thanks elal!