Updated fRiss and Weather

Both needed to be rebuilt.

* fRiss:
 - improved DESCRIPTION
 - added REQUIRES
 - added BUILD_PREREQUIRES
 - made the conditional in BUILD work
 - builds on x86, but crashes

* Weather:
 - Updated to newer srcGitRev
This commit is contained in:
Humdinger
2017-03-11 18:15:11 +01:00
parent fe0dbee121
commit a80d2b141f
2 changed files with 38 additions and 13 deletions

View File

@@ -10,11 +10,11 @@ COPYRIGHT="2014 George White
2015 Przemysław Buczkowski
2015 Janus"
LICENSE="MIT"
REVISION="4"
commit="2868142b1adb882c55f09c1454738741038f9d98"
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$commit.tar.gz"
CHECKSUM_SHA256="aac002f942ef011b0a807fb7b2ff7d48e58ba93d0bb9dffc01933ec11686f0f2"
SOURCE_DIR="Weather-$commit"
REVISION="5"
srcGitRev="26d694ceaebf993c775448c89640ad0fb9718d1e"
SOURCE_URI="https://github.com/HaikuArchives/Weather/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="afeaa28690e19177015f77c1426ffc1d936880a2ce37c3f34ae0f333ad3dc858"
SOURCE_DIR="Weather-$srcGitRev"
ARCHITECTURES="x86 x86_gcc2 x86_64"