diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/openbox/PKGBUILD | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/openbox/PKGBUILD')
-rw-r--r-- | community/openbox/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/openbox/PKGBUILD b/community/openbox/PKGBUILD index 9241dabf8..7c990c9fa 100644 --- a/community/openbox/PKGBUILD +++ b/community/openbox/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 54954 2011-08-29 00:03:04Z bfanella $ -# Maintainer: Brad Fanella <bradfanella@archlinux.us> +# $Id: PKGBUILD 64899 2012-02-18 19:57:32Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: tobias <tobias@archlinux.org> pkgname=openbox pkgver=3.5.0 -pkgrel=4 +pkgrel=5 pkgdesc="A window manager for the X11 windowing system" arch=('i686' 'x86_64') url="http://openbox.org" @@ -34,7 +35,7 @@ build() { --with-x \ --enable-startup-notification \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/openbox + --libexecdir=/usr/lib/openbox make } |