Package Details: spin2cpp 3.6.3-1

Git Clone URL: https://aur.archlinux.org/spin2cpp.git (read-only, click to copy)
Package Base: spin2cpp
Description: Tool to convert Parallax Propeller Spin code to PASM, C++ or C
Upstream URL: https://github.com/totalspectrum/spin2cpp
Licenses: unknown
Conflicts: spin2cpp-git
Provides: spin2cpp
Submitter: uffe
Maintainer: uffe
Last Packager: uffe
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-09 18:31 (UTC)
Last Updated: 2017-08-09 18:31 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Circuitsoft commented on 2023-01-31 22:00 (UTC) (edited on 2023-01-31 22:03 (UTC) by Circuitsoft)

Patch v3.6.3 -> v5.9.26

diff --git a/PKGBUILD b/PKGBUILD
index 666532e..2e87852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,3 +3,3 @@ pkgname=spin2cpp
 _pkgname=spin2cpp
-pkgver=3.6.3
+pkgver=5.9.26
 pkgrel=1
@@ -19,3 +19,3 @@ install=
 source=("https://github.com/totalspectrum/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('579f55984356464682aeb4439fd3cd41')
+md5sums=('6e5daffd40bd737fd16b6c71c7ead9f9')

@@ -32,3 +32,4 @@ package()
   install -Dm 755 "build/spin2cpp" "${pkgdir}/usr/bin/spin2cpp"
-  install -Dm 755 "build/fastspin" "${pkgdir}/usr/bin/fastspin"
+  install -Dm 755 "build/flexspin" "${pkgdir}/usr/bin/flexspin"
+  install -Dm 755 "build/flexcc" "${pkgdir}/usr/bin/flexcc"
   install -Dm 755 "spinconvert/spinconvert.tcl" "${pkgdir}/usr/bin/spinconvert"