diff options
author | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
commit | 62b00d5bf76ef2c670dbeefe2051629d96ab7660 (patch) | |
tree | f04db1df7254ec8354311c9024cfd53a90fc6a79 /extra/libwnck3 | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Wed Aug 21 02:13:52 PDT 2013
Diffstat (limited to 'extra/libwnck3')
-rw-r--r-- | extra/libwnck3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libwnck3/PKGBUILD b/extra/libwnck3/PKGBUILD index c7e58c45b..389966ed1 100644 --- a/extra/libwnck3/PKGBUILD +++ b/extra/libwnck3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 192146 2013-08-06 11:30:34Z heftig $ +# $Id: PKGBUILD 193459 2013-08-20 18:34:44Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=libwnck3 _pkgbasename=libwnck -pkgver=3.4.6 +pkgver=3.4.7 pkgrel=1 pkgdesc="Window Navigator Construction Kit (GTK+3)" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('intltool' 'gobject-introspection') options=('!libtool') url="http://www.gnome.org/" source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) -sha256sums=('e3ae2d25b684910f49fc548dc96b8a54b77c431d94ad1fd5a37cbecab7bb1851') +sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723') build() { cd "$_pkgbasename-$pkgver" |