# HG changeset patch # User Antoine Bodin # Date 1297649456 -3600 # Node ID 67231cfc5475d87e133335612b26e34ef1c000a4 # Parent e06d60ae03ebb9d9c1c0bff974a3fddbc2d4b3ed Fix: using date for aufs versionning is more reliable (thanks godane) diff -r e06d60ae03eb -r 67231cfc5475 aufs-utils/receipt --- a/aufs-utils/receipt Sun Feb 13 22:57:57 2011 +0100 +++ b/aufs-utils/receipt Mon Feb 14 03:10:56 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="aufs-utils" -VERSION="2.1" +VERSION="20110214" CATEGORY="system-tools" SHORT_DESC="The aufs utils." MAINTAINER="pankso@slitaz.org" @@ -9,7 +9,7 @@ BUILD_DEPENDS="git linux-module-headers" WEB_SITE="http://aufs.sourceforge.net/" WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git" -BRANCH="origin/aufs$VERSION" +BRANCH="origin/aufs2.1" # Rules to configure and make the package. compile_rules() { diff -r e06d60ae03eb -r 67231cfc5475 aufs/receipt --- a/aufs/receipt Sun Feb 13 22:57:57 2011 +0100 +++ b/aufs/receipt Mon Feb 14 03:10:56 2011 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="aufs" -VERSION="2.1-37" +VERSION="20110214" CATEGORY="base-system" SHORT_DESC="aufs2 kernel module" MAINTAINER="slaxemulator@gmail.com" @@ -10,7 +10,7 @@ WEB_SITE="http://aufs.sf.net/" PROVIDE="linux-aufs" WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs2-standalone.git" -BRANCH="origin/$PACKAGE$VERSION" +BRANCH="origin/$PACKAGE2.1-37" # Rules to configure and make the package. compile_rules()