Skip to content

Commit 5a1c9c8

Browse files
akierigjmroot
authored andcommitted
legcord: update to 1.1.4
1 parent ade7cd9 commit 5a1c9c8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

net/Legcord/Portfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
PortSystem 1.0
44
PortGroup github 1.0
55

6-
github.setup Legcord Legcord 1.1.0 v
6+
github.setup Legcord Legcord 1.1.4 v
77
github.tarball_from archive
88

99
categories net
1010
maintainers {@akierig fastmail.de:akierig} openmaintainer
1111
revision 0
1212

13-
checksums rmd160 766035c29939b33f4e67d8fe5b867f8d43d85809 \
14-
sha256 ca3517df1992f7eed9bebe6d2f29d7ba0672e9e60a1eed70ed206fc2d069562c \
15-
size 3275508
13+
checksums rmd160 39cb251c6e984437b33b030e20d5c98005a26fe7 \
14+
sha256 8287b7d895d726f969989fc3211c53fcfbaf7f1e3882303fe6243ee162476969 \
15+
size 3283365
1616

1717
description lightweight alternative to the regular Discord application
1818
long_description ${name} is a {*}${description}. It wraps the Discord web \
@@ -24,14 +24,15 @@ supported_archs arm64
2424
platforms {darwin any}
2525
license OSL-3.0
2626

27-
depends_build port:pnpm
27+
depends_build port:npm10 \
28+
port:pnpm
2829

2930
use_configure no
3031

3132
build {
3233
system -W ${worksrcpath} "pnpm install"
3334
system -W ${worksrcpath} "pnpm run build"
34-
system -W ${worksrcpath} "node_modules/.bin/electron-builder -m zip"
35+
system -W ${worksrcpath} "node_modules/.bin/electron-builder --dir"
3536
}
3637

3738
destroot {

0 commit comments

Comments
 (0)