From da5523c2da6b431bbd3ca85590cc2b2596f283a7 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sat, 17 Jun 2017 21:29:22 +0300 Subject: [PATCH] BeSpider: use safe source * doesn't build on x86_64 --- haiku-games/bespider/bespider-0.1.0.recipe | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/haiku-games/bespider/bespider-0.1.0.recipe b/haiku-games/bespider/bespider-0.1.0.recipe index 2a079395f..4f75772f0 100644 --- a/haiku-games/bespider/bespider-0.1.0.recipe +++ b/haiku-games/bespider/bespider-0.1.0.recipe @@ -1,21 +1,23 @@ SUMMARY="A spider solitaire clone for Haiku" -DESCRIPTION=" -Spider solitaire is a popular version of solitaire, where the goal \ -is to stack all the cards of a suit, from king to ace. +DESCRIPTION="Spider solitaire is a popular version of solitaire, \ +where the goal is to stack all the cards of a suit, from king to ace. When you have stacked as many cards as you can, you can use a \ stock to place a new card on top of every pile." -HOMEPAGE="https://github.com/HaikuArchives/BeSpider" +HOMEPAGE="https://github.com/HaikuArchives/BeSpider/" COPYRIGHT="2013 Przemysław Buczkowski, 2013 Luke (noryb009)" LICENSE="MIT" -REVISION="1" -SOURCE_URI="git://github.com/HaikuArchives/BeSpider.git#2af10fba06839a79a96b7cde98fd7e10abce7ec9" +REVISION="2" +COMMIT="4fd4f1c4241865f6e6ebd30eaf8c1dd1eaa1ca77" +SOURCE_URI="https://github.com/HaikuArchives/BeSpider/archive/$COMMIT.tar.gz" +CHECKSUM_SHA256="8898712b2e75cb90970a26db899fb27fcf3d89d88edb9fc22bc7c54471a0583a" +SOURCE_DIR="BeSpider-$COMMIT" -ARCHITECTURES="x86_gcc2 x86 x86_64" +ARCHITECTURES="x86_gcc2 x86 !x86_64" PROVIDES=" bespider = $portVersion - app:bespider = $portVersion + app:BeSpider = $portVersion " REQUIRES=" haiku