diff --git a/ap/nut/nut.SlackBuild b/ap/nut/nut.SlackBuild index d87dd581..345d62ff 100755 --- a/ap/nut/nut.SlackBuild +++ b/ap/nut/nut.SlackBuild @@ -2,7 +2,7 @@ set -x PRGNAM=nut -VERSION=15.8 +VERSION=16.1 BUILD=1 PACKAGER=cyco diff --git a/d/parrot/parrot.SlackBuild b/d/parrot/parrot.SlackBuild index 731c3262..5e1e0e93 100755 --- a/d/parrot/parrot.SlackBuild +++ b/d/parrot/parrot.SlackBuild @@ -25,10 +25,10 @@ rm -fr $PKG ( cd $REPOSITORIES if [ -e $REPOSITORIES/$PRGNAM ] ; then ( cd $REPOSITORIES/$PRGNAM - svn update + git pull ) else - svn co https://svn.parrot.org/parrot/$BRANCH parrot + git clone git://github.com/parrot/parrot.git parrot fi )