diff options
Diffstat (limited to 'extra/numptyphysics/Pkgfile')
-rw-r--r-- | extra/numptyphysics/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/numptyphysics/Pkgfile b/extra/numptyphysics/Pkgfile index f13221f6c..658e85ec3 100644 --- a/extra/numptyphysics/Pkgfile +++ b/extra/numptyphysics/Pkgfile @@ -3,7 +3,7 @@ # Packager: Blankoworld <blankoworld at wanadoo dot fr> # Depends on: svn cyrus-sasl sdl_ttf -name=numptyphysics-svn +name=numptyphysics version=115 release=1 realname=numptyphysics @@ -13,9 +13,9 @@ build() { cd $SRC # Récupération du dépôt SVN - svn checkout https://garage.maemo.org/svn/numptyphysics/trunk/ --config-dir=$PKGMK_ROOT/svn_config/ -r $version $name + svn checkout https://garage.maemo.org/svn/numptyphysics/trunk/ --config-dir=$PKGMK_ROOT/svn_config/ -r $version $name-svn - cd $name + cd $name-svn # Compilation aclocal |