Use the http svn repository, not https, because using the https causes svn2cl to...
[synfig.git] / synfig-core / trunk / config / build.cfg
index 60beabc..ac53d8e 100644 (file)
@@ -1,11 +1,12 @@
 
 PACKAGE_NAME="Synfig Core"
-PACKAGE_BUGREPORT="darco@voria.com"
+PACKAGE_BUGREPORT="darco@deepdarc.com"
 PACKAGE_TARNAME=synfig
 VERSION_MAJ="0"
 VERSION_MIN="61"
-VERSION_REV="01"
+VERSION_REV="06"
 [ -d ".svn" ] && VERSION_REL=`svn info | grep Revision | sed "s/.* \([0123456789]*\)/\1/"`
+SVN_REPOSITORY="http://svn.voria.com/code/synfig-core"
 
 [ -d CVS ] && VERSION_REL="CVS"