[arch-commits] Commit in libunique (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 24 21:53:15 UTC 2009


    Date: Monday, August 24, 2009 @ 17:53:14
  Author: jgc
Revision: 50275

Update to 1.1.2

Added:
  libunique/gnome-unstable/
Modified:
  libunique/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-24 21:47:30 UTC (rev 50273)
+++ gnome-unstable/PKGBUILD	2009-08-24 21:53:14 UTC (rev 50275)
@@ -1,22 +1,22 @@
 # $Id: $
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 pkgname=libunique
-pkgver=1.0.8
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Library for writing single instance applications"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.16.0' 'dbus-glib>=0.80')
+depends=('gtk2>=2.17.8' 'dbus-glib>=0.80')
 makedepends=('pkgconfig')
 options=('!libtool')
 url="http://live.gnome.org/LibUnique"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('02b9e41c70ca738e1aa914f400fc1f05')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('73fb130295fc42b237aa3d808905f65ead9f979acbe49434eca830c6085f0c6e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list