Date: Monday, April 8, 2013 @ 11:23:24 Author: spupykin Revision: 87849
upgpkg: lxc 1:0.9.0-1 upd Modified: lxc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-08 09:23:17 UTC (rev 87848) +++ PKGBUILD 2013-04-08 09:23:24 UTC (rev 87849) @@ -5,16 +5,16 @@ # Maintainer: Jon Nordby <[email protected]> pkgname=lxc -pkgver=0.8.0 +pkgver=0.9.0 epoch=1 -pkgrel=2 +pkgrel=1 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz") -md5sums=('7304fa57146ce687f749b5df876bb20d') +md5sums=('8552a4479090616f4bc04d8473765fc9') build() { cd "$srcdir/$pkgname-${pkgver/_/-}"
