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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Aug 19 12:12:51 UTC 2013


    Date: Monday, August 19, 2013 @ 14:12:51
  Author: spupykin
Revision: 96044

upgpkg: synce-rra 0.17-1

upd

Modified:
  synce-rra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 12:12:47 UTC (rev 96043)
+++ PKGBUILD	2013-08-19 12:12:51 UTC (rev 96044)
@@ -3,21 +3,21 @@
 # Contributor: Zhukov Pavel <gelios at gmail.com>
 
 pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
+pkgver=0.17
+pkgrel=1
 pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce"
 arch=('i686' 'x86_64')
 url="http://synce.sourceforge.net/"
 license=('GPL')
-depends=('glibc' 'synce-librapi' 'synce-libmimedir')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
 makedepends=('python2' 'pyrex')
 source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
+md5sums=('d0c869afbce4d203c85098a2886b6956')
 
 build() {
   cd $srcdir/librra-$pkgver
   ./configure --prefix=/usr
-  sed -i s/-Werror// lib/Makefile src/Makefile
+#  sed -i s/-Werror// lib/Makefile src/Makefile
   make
 }
 




More information about the arch-commits mailing list