[arch-commits] Commit in obexftp/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed May 5 17:36:52 UTC 2010


    Date: Wednesday, May 5, 2010 @ 13:36:51
  Author: andrea
Revision: 79681

fixed URL

Modified:
  obexftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-05 17:34:58 UTC (rev 79680)
+++ PKGBUILD	2010-05-05 17:36:51 UTC (rev 79681)
@@ -7,12 +7,12 @@
 pkgrel=3
 pkgdesc="A tool for transfer files to/from any OBEX enabled device"
 arch=('i686' 'x86_64')
-url="http://openobex.triq.net/obexftp/obexftp"
+url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
 license=('GPL')
-depends=('openobex>=1.5' 'python>=2.6')
+depends=('openobex' 'python')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/openobex/${pkgname}-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('f20762061b68bc921e80be4aebc349eb')
 
 build() {




More information about the arch-commits mailing list