diff options
author | root <root@rshg047.dnsready.net> | 2011-07-13 23:12:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-13 23:12:30 +0000 |
commit | 29657877f6a02dbba1bd58b417b4ccd211939690 (patch) | |
tree | 0213b621a87e176f90d19cf8e894d1da8fd0d1b6 /community/synce-librapi | |
parent | 079c689ef9b252fd82dbf9b182ec2517c48f8737 (diff) |
Wed Jul 13 23:12:30 UTC 2011
Diffstat (limited to 'community/synce-librapi')
-rw-r--r-- | community/synce-librapi/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD index 0ffbe301f..639321737 100644 --- a/community/synce-librapi/PKGBUILD +++ b/community/synce-librapi/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 26407 2010-09-15 11:58:40Z schuay $ +# $Id: PKGBUILD 51603 2011-07-12 06:27:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=synce-librapi -pkgver=0.15 -pkgrel=2 +pkgver=0.15.2 +pkgrel=1 pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc" arch=('i686' 'x86_64') url="http://synce.sourceforge.net/" license=('GPL') -depends=('synce-libsynce') +depends=('synce-libsynce' 'hal') makedepends=('pyrex') source=(http://downloads.sourceforge.net/sourceforge/synce/librapi2-$pkgver.tar.gz) -md5sums=('7341571d6f6b583bb4837bae42fb5d1c') +md5sums=('0a15bc22ee02794ca4714799611b4746') build() { cd $srcdir/librapi2-$pkgver |