Skip to content

Commit 60360ef

Browse files
committed
Arch: depends
1 parent 61fcbb1 commit 60360ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build/builder.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ linux:
4040

4141
pacman:
4242
# Override auto-detected dependencies to fix Arch Linux pacman issues
43-
# Most of these libraries are available in base Arch Linux installations
44-
depends: []
43+
# Using minimal dependencies that are commonly available in Arch Linux
44+
depends:
45+
- gtk3
46+
- libnotify
47+
- nss
4548

4649
afterPack: "build/after-pack.js"
4750

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.10.14",
3+
"version": "0.10.15",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

0 commit comments

Comments
 (0)