[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Oct 20 11:03:33 UTC 2009


    Date: Tuesday, October 20, 2009 @ 07:03:32
  Author: jgc
Revision: 56243

upgpkg: gnome-phone-manager 0.65-1
    Update to 0.65

Modified:
  gnome-phone-manager/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-20 10:56:05 UTC (rev 56242)
+++ PKGBUILD	2009-10-20 11:03:32 UTC (rev 56243)
@@ -2,23 +2,23 @@
 # Maintainer: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-phone-manager
-pkgver=0.60
-pkgrel=4
+pkgver=0.65
+pkgrel=1
 pkgdesc="Control your mobile phone from your GNOME 2 desktop."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/PhoneManager"
 license=('GPL')
-depends=('evolution-data-server>=2.26.0' 'gnokii>=0.6.27-5' 'gnome-bluetooth>=0.12.0' 'gstreamer0.10>=0.10.22' 'gnome-icon-theme>=2.26.0' 'gtkspell')
+depends=('evolution-data-server>=2.28.1' 'gnokii>=0.6.27-5' 'gnome-bluetooth>=0.12.0' 'gnome-icon-theme>=2.28.0' 'gtkspell' 'libcanberra>=0.21')
 makedepends=('intltool')
 options=('!emptydirs')
 install=gnome-phone-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/0.60/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f9497833b24c0100dc844853f434a9e2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/0.65/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7fd6854702446133511650e0a24698a71bf4096a11546a25b453d5dd74890e96')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var || return 1
+      --localstatedir=/var || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list