diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/lxsession/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/lxsession/PKGBUILD')
-rw-r--r-- | community/lxsession/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD index 5e4d01536..6f6cb73c3 100644 --- a/community/lxsession/PKGBUILD +++ b/community/lxsession/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 95018 2013-08-03 12:52:23Z bpiotrowski $ +# $Id: PKGBUILD 100813 2013-11-11 11:27:29Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=lxsession pkgver=0.4.6.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Lightweight X11 session manager' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ conflicts=('lxsession-lite' 'lxde-settings-daemon') source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz lxsession-0.4.6.1-logind-support.patch) md5sums=('e456b64c5ab3652a4dec661ec706dc6e' - 'd99fb337cba343306df71c85034def3b') + '0ec60da2c876b14928ea22a6c29fc0a7') prepare() { cd $pkgname-$pkgver |