Date: Friday, October 24, 2014 @ 05:15:11 Author: eric Revision: 121334
upgpkg: pidgin-sipe 1.18.4-1 Upstream update, Clean up PKGBUILD Modified: pidgin-sipe/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-23 21:03:55 UTC (rev 121333) +++ PKGBUILD 2014-10-24 03:15:11 UTC (rev 121334) @@ -1,12 +1,8 @@ -# Maintainer: Jonathan Steel <jsteel at archlinux.org> -# Contributor: Gicu Gorodenco <[email protected]> -# Contributor: MaLiK <[email protected]> -# Contributor: dpevp <[email protected]> -# Contributor: Magnus Therning <[email protected]> -# Contributor: Anthony <[email protected]> +# $Id$ +# Maintainer: pkgname=pidgin-sipe -pkgver=1.18.3 +pkgver=1.18.4 pkgrel=1 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS" arch=('i686' 'x86_64') @@ -16,18 +12,15 @@ makedepends=('intltool') options=('!buildflags') source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2) -md5sums=('0caa7fda40ac58855b8f2905666d5710') +md5sums=('a089912a89e421d5c0523fc4db05ce00') build() { - cd "$srcdir"/$pkgname-$pkgver - + cd $pkgname-$pkgver ./configure --prefix=/usr - make } package() { - cd "$srcdir"/$pkgname-$pkgver - - make DESTDIR="$pkgdir"/ install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } Property changes on: pidgin-sipe/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
