-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rmkit] update rpncalc with 'back' button and more ergo behavior
- Loading branch information
okay
committed
Jan 29, 2022
1 parent
f617afe
commit 01aec2d
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ | |
# SPDX-License-Identifier: MIT | ||
|
||
pkgnames=(bufshot dumbskull genie harmony iago lamp mines nao remux rpncalc simple wordlet) | ||
timestamp=2021-01-27T07:18:10Z | ||
timestamp=2021-01-29T09:18:10Z | ||
maintainer="raisjn <[email protected]>" | ||
license=MIT | ||
installdepends=(display) | ||
flags=(patch_rm2fb) | ||
|
||
image=python:v2.1 | ||
source=( | ||
https://github.com/rmkit-dev/rmkit/archive/9375bb9b7b66849cc4c1be578be87b563546d5a3.zip | ||
https://github.com/rmkit-dev/rmkit/archive/e864182feb30e409bfd79534fd368f4d5c04c741.zip | ||
remux.service | ||
genie.service | ||
) | ||
sha256sums=( | ||
d41d3b05490552de8fc7bf49d22646eebfd84df6576986f748d42914c758ea72 | ||
1aaaa7ea0ddc89eb95f099151e2f88d56f160f4d27a385a7a89907c50f47fbe0 | ||
SKIP | ||
SKIP | ||
) | ||
|
@@ -179,7 +179,7 @@ remux() { | |
rpncalc() { | ||
pkgdesc="RPN Calculator" | ||
url="https://rmkit.dev/apps/rpncalc" | ||
pkgver=0.0.1-1 | ||
pkgver=0.0.2-1 | ||
section="math" | ||
|
||
package() { | ||
|