From 7e5cd77730015792e26338edcc137acf3f1bd2ae Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Aug 2011 23:14:34 +0000 Subject: Thu Aug 4 23:14:34 UTC 2011 --- community/lxde-common/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'community/lxde-common') diff --git a/community/lxde-common/PKGBUILD b/community/lxde-common/PKGBUILD index b2516b833..808afbf1f 100644 --- a/community/lxde-common/PKGBUILD +++ b/community/lxde-common/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 49034 2011-06-09 21:26:14Z andrea $ +# $Id: PKGBUILD 53456 2011-08-03 20:00:26Z angvp $ # Maintainer: Angel Velasquez # Maintainer: Juergen Hoetzel pkgname=lxde-common -pkgver=0.5.0 -pkgrel=3 +pkgver=0.5.5 +pkgrel=1 pkgdesc="Common files of the LXDE Desktop" arch=('i686' 'x86_64') license=('GPL2') @@ -15,16 +15,12 @@ url="http://lxde.org/" makedepends=(automake) optdepends=(lxsession-lite) backup=(etc/xdg/lxsession/LXDE/{desktop.conf,autostart}) -source=("http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz" - "${pkgname}-arch.patch" "${pkgname}-invalid-distfile.patch") -md5sums=('23606ab3d6e1039386d62a4b68b4ffc6' - '21657157d9ab377de55deb19a42d68e8' - '24938631783683fd98dfd533023e6d4e') +source=("http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.gz") +md5sums=('e51a6b2a815a89fda1f497b509465a97') build() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 -i ${srcdir}/${pkgname}-arch.patch autoreconf ./configure --sysconfdir=/etc --prefix=/usr } -- cgit v1.2.3-54-g00ecf