Date: Monday, October 26, 2015 @ 18:47:01 Author: jsteel Revision: 145030
upgpkg: pidgin-sipe 1.20.1-1 Modified: pidgin-sipe/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-26 17:37:33 UTC (rev 145029) +++ PKGBUILD 2015-10-26 17:47:01 UTC (rev 145030) @@ -7,8 +7,8 @@ # Contributor: Anthony <[email protected]> pkgname=pidgin-sipe -pkgver=1.20.0 -pkgrel=3 +pkgver=1.20.1 +pkgrel=1 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS" arch=('i686' 'x86_64') license=('GPL2') @@ -15,9 +15,10 @@ url="http://sipe.sourceforge.net/" depends=('gmime' 'libpurple') makedepends=('intltool') +optdepends=('krb5: Kerberos support') options=('!buildflags') source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2) -md5sums=('888fb9178af0f2e2912fc28084ca07a9') +md5sums=('9ac91fc0f11db14ef53d22b4e7ae6ba6') build() { cd $pkgname-$pkgver
