diff options
author | root <root@rshg054.dnsready.net> | 2012-02-14 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-14 23:14:55 +0000 |
commit | 812b715ebd89fb9049df7000c721990084b525c6 (patch) | |
tree | 28d43e6e6913a90b83f44660108e44f7353d8c82 /extra/xfce4-session/PKGBUILD | |
parent | 16e845de1bbf76ab48a02bfaa21730f45e6afaaa (diff) |
Tue Feb 14 23:14:55 UTC 2012
Diffstat (limited to 'extra/xfce4-session/PKGBUILD')
-rw-r--r-- | extra/xfce4-session/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD index 1d17cce0c..14a18a066 100644 --- a/extra/xfce4-session/PKGBUILD +++ b/extra/xfce4-session/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 141722 2011-11-02 15:10:56Z foutrelis $ +# $Id: PKGBUILD 150131 2012-02-13 08:12:40Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce4-session -pkgver=4.8.2 -pkgrel=2 +pkgver=4.8.3 +pkgrel=1 pkgdesc="A session manager for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/" @@ -20,7 +20,7 @@ replaces=('xfce4-toys') options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2) -sha256sums=('31bca2a559e05a8a859f150394a901517e5842414ef171a85c5da234e344c0d0') +sha256sums=('f0801b8c0ffa7e5d41b29b8df281ac127adf467bf50e8ded8aebe5a02bd99338') build() { cd "$srcdir/$pkgname-$pkgver" |