Skip to content

Commit

Permalink
Add missing dependency for launcherctl script (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed May 27, 2024
1 parent 130631a commit a843dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgnames=(oxide oxide-extra oxide-utils inject_evdev liboxide liboxide-dev libsentry)
_oxidever=2.7
pkgver=$_oxidever-6
pkgver=$_oxidever-7
_sentryver=0.5.0
timestamp=2023-12-05T04:43:04Z
maintainer="Eeems <[email protected]>"
Expand Down Expand Up @@ -32,7 +32,7 @@ build() {
oxide() {
pkgdesc="Launcher application"
section="launchers"
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" "reboot-guard")
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" "reboot-guard" "jq")
replaces=(erode tarnish decay corrupt)
conflicts=(erode tarnish decay corrupt)

Expand Down

0 comments on commit a843dee

Please sign in to comment.