diff options
author | root <root@rshg047.dnsready.net> | 2011-06-16 22:59:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-16 22:59:30 +0000 |
commit | 1fcb176285908c33aca3b0f5cb703ec098e5440c (patch) | |
tree | 45be5519988f1ec96c9bc1a55e2ffcf5f5c62d26 /extra/libunique3 | |
parent | ebe74a263db3899367e12d936f908cdfdee7ec15 (diff) |
Thu Jun 16 22:59:30 UTC 2011
Diffstat (limited to 'extra/libunique3')
-rw-r--r-- | extra/libunique3/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libunique3/PKGBUILD b/extra/libunique3/PKGBUILD index 87f7a09b9..cb9155eeb 100644 --- a/extra/libunique3/PKGBUILD +++ b/extra/libunique3/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 117940 2011-04-04 22:13:19Z ibiru $ +# $Id: PKGBUILD 127496 2011-06-15 15:11:19Z ibiru $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=libunique3 -pkgver=3.0.0 +pkgver=3.0.2 pkgrel=1 pkgdesc="Library for writing single instance applications for GTK3" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ depends=('gtk3') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') url="http://live.gnome.org/LibUnique" -source=(http://ftp.gnome.org/pub/gnome/sources/libunique/${pkgver%.*}/libunique-${pkgver}.tar.bz2) -sha256sums=('e945ff3d3bb7d4085ed73b5418f2935097bb0afc07287739c8f0d6fc049202e1') +source=(http://ftp.gnome.org/pub/gnome/sources/libunique/${pkgver%.*}/libunique-${pkgver}.tar.xz) +sha256sums=('a8f02ce073e2b920cca8ac45d418e7cb64438ad0814780c5912c6d63f8a4e038') build() { cd "${srcdir}/libunique-${pkgver}" |