Skip to content

Commit

Permalink
Update puzzles to 0.2.4 (#785)
Browse files Browse the repository at this point in the history
* Update puzzles to 0.2.4
  • Loading branch information
Eeems authored Jan 13, 2024
1 parent d026a7a commit 7cf8f4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/puzzles/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,30 @@
pkgnames=(puzzles)
timestamp=2021-03-04T14:03-08:00
maintainer="Mattéo Delabre <[email protected]>"
pkgver=0.2.2-4
_ver=0.2.4
pkgver=${_ver}-4
license=MIT
pkgdesc="Simon Tatham's Puzzle Package"
url="https://github.com/mrichards42/remarkable_puzzles"
section="games"
makedepends=(build:git)
flags=(patch_rm2fb)

image=python:v2.1
image=python:v2.3.2
source=(
"https://github.com/mrichards42/remarkable_puzzles/releases/download/v${pkgver%-*}/puzzles-source.tar.gz"
puzzles.draft
)
sha256sums=(
3fe3686757e69d1267e830ba527d15ff6d1a68e34f830842dcaf35f58b43d501
ae00474f6b1f7ced13bd6b1f18ff57b583fcd66c587a5180e87af997768345ff
SKIP
)

build() {
pip3 install okp

# do the build
ARCH=arm BUILD=release make puzzles -r
make puzzles ARCH=rm BUILD=release RMP_VERSION="${_ver}"
}

package() {
Expand Down

0 comments on commit 7cf8f4c

Please sign in to comment.