diff options
author | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
commit | 782a0d2109c292b60e7de038df66525a81b21429 (patch) | |
tree | 586565a52faa28339159b4a4e53af142db7c67aa /extra/fluxbox/PKGBUILD | |
parent | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff) |
Fri Jan 4 00:04:06 PST 2013
Diffstat (limited to 'extra/fluxbox/PKGBUILD')
-rw-r--r-- | extra/fluxbox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/fluxbox/PKGBUILD b/extra/fluxbox/PKGBUILD index 45db54acd..eec6c8611 100644 --- a/extra/fluxbox/PKGBUILD +++ b/extra/fluxbox/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 141366 2011-10-30 03:08:02Z eric $ +# $Id: PKGBUILD 174300 2013-01-04 04:35:47Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=fluxbox -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') @@ -11,9 +11,9 @@ license=('MIT') depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 'fribidi') optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities') options=('!makeflags') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz \ +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma \ fluxbox.desktop) -sha1sums=('15ba1b9eaaf170d87fa647b7118a63c05f093b5c' +sha1sums=('6892259dd495424291194fde242230cca95abce3' 'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8') build() { |