Skip to content

Commit

Permalink
[rmkit] update remux to 0.13-1 (#503)
Browse files Browse the repository at this point in the history
this fixes an extra sleep(3) remux had and reverts to sleep(1)
  • Loading branch information
raisjn authored Nov 30, 2021
1 parent e19bb3f commit 6a0047c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/rmkit/package
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# SPDX-License-Identifier: MIT

pkgnames=(bufshot genie harmony iago lamp mines nao remux simple)
timestamp=2021-11-26T22:33:10Z
timestamp=2021-11-27T07:33:10Z
maintainer="raisjn <of.raisjn@gmail.com>"
license=MIT
installdepends=(display)
flags=(patch_rm2fb)

image=python:v2.1
source=(
https://github.com/rmkit-dev/rmkit/archive/d8e6305dc365b2784a689dc97d0abbdfddd4ae91.zip
https://github.com/rmkit-dev/rmkit/archive/b810e68e18eeb33b70b6dd37c35f0d6b78e82cc4.zip
remux.service
genie.service
)
sha256sums=(
15489742c70de958e1a83440c8baad0267d32e9f9719104797ba6cc0ba878a9a
a76100542f6a08d656003e7f6b16a71fd443688e7c16bef657e424e06a46c2e2
SKIP
SKIP
)
Expand Down Expand Up @@ -134,7 +134,7 @@ nao() {
remux() {
pkgdesc="Launcher that supports multi-tasking applications"
url="https://rmkit.dev/apps/remux"
pkgver=0.1.12-1
pkgver=0.1.13-1
section="launchers"

package() {
Expand Down

0 comments on commit 6a0047c

Please sign in to comment.