Date: Monday, January 18, 2010 @ 14:37:30 Author: juergen Revision: 63802
update to 0.5.0 Modified: lxde-common/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-18 19:11:09 UTC (rev 63801) +++ PKGBUILD 2010-01-18 19:37:30 UTC (rev 63802) @@ -1,6 +1,6 @@ # Maintainer: Juergen Hoetzel <[email protected]> pkgname=lxde-common -pkgver=0.4.2 +pkgver=0.5.0 pkgrel=1 pkgdesc="Common files of the LXDE Desktop" arch=('i686' 'x86_64') @@ -10,11 +10,10 @@ url="http://lxde.org/" # startlxde is useless without lxsession optdepends=(lxsession-lite) -optdepends=(lxde-settings-daemon) -install=${pkgname}.install -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.bz2) -md5sums=('81978c149ef7f349d904c4796d623ee6') +source=("http://downloads.sourceforge.net/project/lxde/${pkgname}%20%28default%20config%29/${pkgname}%200.5.0/${pkgname}-0.5.0.tar.gz") +md5sums=('23606ab3d6e1039386d62a4b68b4ffc6') + build() { cd "$srcdir/$pkgname-$pkgver" ./configure --sysconfdir=/etc --prefix=/usr || return 1
