diff options
Diffstat (limited to 'community/orange/PKGBUILD')
-rw-r--r-- | community/orange/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD index bac0e9895..3e1a993da 100644 --- a/community/orange/PKGBUILD +++ b/community/orange/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 96054 2013-08-19 13:05:21Z spupykin $ +# $Id: PKGBUILD 100269 2013-11-02 08:46:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=orange pkgver=0.4 -pkgrel=5 +pkgrel=6 pkgdesc="a helper tool for synce" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") depends=('dynamite' 'synce-libsynce' 'file' 'unshield') -options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz) md5sums=('40e9ac3de389c74a60007f7493e072a5') |