File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 55pkgnames=(rmfm)
66pkgdesc=" Bare-bones file manager using Node.js and sas"
77url=" https://forgejo.sny.sh/sun/rmFM"
8- pkgver=1.4 .0-3
9- timestamp=2022 -08-19T11:20:10 +02:00
8+ pkgver=1.5 .0-1
9+ timestamp=2023 -08-08T22:19:23 +02:00
1010section=utils
11- maintainer=
" Sunny <[email protected] >" 12- license=MIT
11+ maintainer=
" Sunny <[email protected] >" 12+ license=Unlicense
1313installdepends=(node simple)
1414
1515source=(
16- https://forgejo.sny.sh/sun/rmFM/archive/1.4 .0.zip
16+ https://forgejo.sny.sh/sun/rmFM/archive/1.5 .0.zip
1717 path_fix.patch
1818)
1919sha256sums=(
20- 28ce80c67fecc370d11f3fe2069742c2789b388a9426fff49d269d7900ae3dc9
20+ 515cc1843bf61f628c3a0b2b2dcb3256a0182352c6b491585fd52cf96a554b26
2121 SKIP
2222)
2323
2424prepare () {
25- # Assume node to be in /opt/bin and add that directory
26- # to the path of the app to allow finding simple
25+ # Assume node to be in /opt/bin
2726 # This is a temporary fix for not working in remux
2827 patch -d " $srcdir " < " $srcdir " /path_fix.patch
2928}
Original file line number Diff line number Diff line change 11diff --git a/rmfm b/rmfm
2- index 4571db9..172eedf 100755
2+ index 63eeb98..b28dbd0 100755
33--- a/rmfm
44+++ b/rmfm
5- @@ -1,2 +1,3 @@
5+ @@ -1 +1 @@
66- #!/usr/bin/env node
77+ #!/opt/bin/node
8- + process.env.PATH += ":/opt/bin"
9-
You can’t perform that action at this time.
0 commit comments