diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:23:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 21:23:51 -0500 |
commit | 4e1143d1f20e2acb1a202b02362bbb148cc682ef (patch) | |
tree | ec2c0ef7e761ec4cd5fdf32d5d92a28d5c699949 | |
parent | 0bb2d118cbf0479d443bd97cc89311715b755b6b (diff) | |
download | slackbuilds-4e1143d1f20e2acb1a202b02362bbb148cc682ef.tar.gz |
games/gnonograms: Fixed dep info
-rw-r--r-- | games/gnonograms/README | 2 | ||||
-rw-r--r-- | games/gnonograms/gnonograms.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gnonograms/README b/games/gnonograms/README index 2929e4b5ab..ad58ad20b6 100644 --- a/games/gnonograms/README +++ b/games/gnonograms/README @@ -1,4 +1,4 @@ Gnonograms is an implementation of the Japanese logic puzzle "Nonograms", also known as "Tsunami", "Griddlers" .....". The object of the game is to discover the pattern in the grid which is encoded by the -clues which are give for each row and column. +clues which are given for each row and column. diff --git a/games/gnonograms/gnonograms.info b/games/gnonograms/gnonograms.info index 9be93d487c..1f77dbc974 100644 --- a/games/gnonograms/gnonograms.info +++ b/games/gnonograms/gnonograms.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/gnonograms3-0.9.9.3.tar.gz" MD5SUM="dc2b86cf2062acacc6a86e66c89af317" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="vala" +REQUIRES="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" |