correct package requriement
This commit is contained in:
parent
f66cd866d7
commit
1f4ff8b4f7
@ -34,3 +34,4 @@ default: ["system specific"]
|
|||||||
action: setup
|
action: setup
|
||||||
requiredProduct: firefox
|
requiredProduct: firefox
|
||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
|
requirementType: before
|
||||||
|
4
build.sh
4
build.sh
@ -3,9 +3,9 @@ PN="aio"
|
|||||||
VERSIONX86="1.6.4"
|
VERSIONX86="1.6.4"
|
||||||
VERSIONAMD64="1.2.6"
|
VERSIONAMD64="1.2.6"
|
||||||
VERSION="$VERSIONX86.$VERSIONAMD64"
|
VERSION="$VERSIONX86.$VERSIONAMD64"
|
||||||
RELEASE="2"
|
RELEASE="3"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE="New Release"
|
ADVICE="Version Nr. x86 $VERSIONX86 amd64 $VERSIONAMD64"
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||||
ICON="http://pics.computerbase.de/1/1713.png"
|
ICON="http://pics.computerbase.de/1/1713.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user