Skip to content

Commit

Permalink
Update recrossable (toltec-dev#312)
Browse files Browse the repository at this point in the history
This PR updates the recrossable package to include the following fixes:

* <sandsmark/recrossable#10>
* <sandsmark/recrossable#11>

Test plan:

* On either rM1 or rM2, check that the numbering now starts at 1 in the
  upper left corner.
* On rM2, the numbers in each box of the grid should have more contrast
  than before.

Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
  • Loading branch information
2 people authored and danshick committed May 5, 2021
1 parent 5e2b7b6 commit bcef554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package/recrossable/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
pkgnames=(recrossable)
pkgdesc="Solve crossword puzzles"
url=https://github.com/sandsmark/recrossable
pkgver=0.0.0-4
timestamp=2020-10-05T08:43Z
pkgver=0.0.0-5
timestamp=2021-01-15T12:58:22Z
section="games"
maintainer="Mattéo Delabre <spam@delab.re>"
license=GPL-2.0-or-later
depends=(libdlib)
makedepends=(build:imagemagick build:librsvg2-bin host:libdlib-dev)

image=qt:v1.3.2
image=qt:v1.4
source=(
https://github.com/sandsmark/recrossable/archive/5faa37c6e8a13e3ddeb0fe6d9d5f15717f83b662.zip
https://github.com/sandsmark/recrossable/archive/234d5744c0b20087a588d0ecead0a9f58c1f323d.zip
recrossable.draft
recrossable.svg
)
sha256sums=(
51e9f630204262fd2b839dafadb4e288797609467e9f07c29f7581711cb2eaec
24b7512d295df504583ccdde7307e8f59fc561da638b992902b4ebccc412fa92
SKIP
SKIP
)
Expand Down
1 change: 1 addition & 0 deletions scripts/repo_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
repo = Repo(paths.RECIPE_DIR, paths.REPO_DIR)
builder = Builder(paths.WORK_DIR, paths.REPO_DIR)
results = repo.fetch_packages(remote)
repo.make_index()

fetched = results.fetched
missing = results.missing
Expand Down

0 comments on commit bcef554

Please sign in to comment.