summaryrefslogtreecommitdiff
path: root/community/synce-rra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-08 03:39:55 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-08 03:39:55 +0000
commit7f65cca764732fe9c5f501ca636b4e2382bfd90d (patch)
treeab8674433b0d05867b47d6e48f9530d83047f75c /community/synce-rra
parentecc0814f13d77a15db732a279e7bcc143f403683 (diff)
Tue Jul 8 03:34:04 UTC 2014
Diffstat (limited to 'community/synce-rra')
-rw-r--r--community/synce-rra/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
index bae4cf6af..cadbf0187 100644
--- a/community/synce-rra/PKGBUILD
+++ b/community/synce-rra/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 100120 2013-11-01 17:17:46Z spupykin $
+# $Id: PKGBUILD 115280 2014-07-07 10:04:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-rra
pkgver=0.17
-pkgrel=2
+pkgrel=3
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-core' 'synce-libmimedir')
-makedepends=('python2' 'pyrex')
+depends=('synce-core')
+makedepends=('python2' 'pyrex' 'synce-libmimedir')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
md5sums=('d0c869afbce4d203c85098a2886b6956')
build() {
cd $srcdir/librra-$pkgver
./configure --prefix=/usr
-# sed -i s/-Werror// lib/Makefile src/Makefile
make
}