Skip to content

Commit c19b4bf

Browse files
TheLastZombieEeems
authored andcommitted
rmfm: Update to 1.5.0 (#746)
1 parent 662cd6b commit c19b4bf

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

package/rmfm/package

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@
55
pkgnames=(rmfm)
66
pkgdesc="Bare-bones file manager using Node.js and sas"
77
url="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
1010
section=utils
11-
maintainer="Sunny <[email protected]>"
12-
license=MIT
11+
maintainer="Sunny <[email protected]>"
12+
license=Unlicense
1313
installdepends=(node simple)
1414

1515
source=(
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
)
1919
sha256sums=(
20-
28ce80c67fecc370d11f3fe2069742c2789b388a9426fff49d269d7900ae3dc9
20+
515cc1843bf61f628c3a0b2b2dcb3256a0182352c6b491585fd52cf96a554b26
2121
SKIP
2222
)
2323

2424
prepare() {
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
}

package/rmfm/path_fix.patch

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
diff --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-

0 commit comments

Comments
 (0)