diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/xfwm4 | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/xfwm4')
-rw-r--r-- | extra/xfwm4/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/xfwm4/PKGBUILD b/extra/xfwm4/PKGBUILD index 2a907e9ce..d03daab07 100644 --- a/extra/xfwm4/PKGBUILD +++ b/extra/xfwm4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 145260 2011-12-20 17:23:04Z foutrelis $ +# $Id: PKGBUILD 157909 2012-04-30 04:21:48Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfwm4 -pkgver=4.8.3 +pkgver=4.10.0 pkgrel=1 pkgdesc="Xfce window manager" arch=('i686' 'x86_64') @@ -11,16 +11,17 @@ url="http://www.xfce.org/" license=('GPL2') groups=('xfce4') depends=('libxfce4ui' 'libwnck' 'hicolor-icon-theme') -makedepends=('pkgconfig' 'intltool') +makedepends=('intltool') options=('!libtool') install=$pkgname.install -source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2) -sha256sums=('0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e') +source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) +sha256sums=('492357bf48121ebffabf2bf0d3b84213d19bf81087321175d687c8a68efe1f9c') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ |