diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-06 11:13:51 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-06 11:13:51 +0200 |
commit | a86ff663185661ee304bb1f6d00d982102dd706d (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /extra/libxfce4util/PKGBUILD | |
parent | ce32dcab8e4baa2afe51fd3b7a858a840372b0a5 (diff) | |
parent | ffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/apitrace/PKGBUILD
community/mksh/PKGBUILD
community/net6/PKGBUILD
community/xapian-core/PKGBUILD
extra/garcon/PKGBUILD
extra/mesa/PKGBUILD
extra/scim/PKGBUILD
extra/virtuoso/PKGBUILD
extra/xfce4-appfinder/PKGBUILD
extra/xfce4-panel/PKGBUILD
extra/xfwm4/PKGBUILD
Diffstat (limited to 'extra/libxfce4util/PKGBUILD')
-rw-r--r-- | extra/libxfce4util/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxfce4util/PKGBUILD b/extra/libxfce4util/PKGBUILD index 7d100380e..b8a6dee86 100644 --- a/extra/libxfce4util/PKGBUILD +++ b/extra/libxfce4util/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157821 2012-04-30 04:19:32Z foutrelis $ +# $Id: PKGBUILD 184282 2013-05-05 17:43:38Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=libxfce4util -pkgver=4.10.0 +pkgver=4.10.1 pkgrel=1 pkgdesc="Basic utility non-GUI functions for Xfce" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('glib2') makedepends=('pkgconfig' 'intltool' 'gtk-doc') options=('!libtool') source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) -sha256sums=('0979fee12880bb5f011ab38d6c7cc9afe5fd68eb96ccda895cb56dbc16e7608e') +sha256sums=('e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb') build() { cd "$srcdir/$pkgname-$pkgver" |