From 0540e23675939599a858dbe5880643ea2e077f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 3 Jul 2015 14:38:33 -0300 Subject: kdenetwork-kopete-15.04.3-1.parabola1{,.nonprism1}: updating version --- libre/kdenetwork-kopete/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libre/kdenetwork-kopete') diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index 46f5ca428..b010f0f3a 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 239895 2015-05-30 08:09:25Z arojas $ +# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $ # Maintainer (Arch): Andrea Scarpino # Maintainer: André Silva pkgname=kdenetwork-kopete -pkgver=15.04.2 +pkgver=15.04.3 pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre) @@ -17,7 +17,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 'libg optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz") -sha1sums=('d37e551def66ed3bb459ca3c56d68857c9f71b34') +sha1sums=('1dddde0459361c47bcc7a27b88f8a53499cf73c5') prepare() { cd kopete-${pkgver} @@ -25,7 +25,7 @@ prepare() { rm -rv protocols/skype sed 's/, Skype//' -i doc/index.docbook cd .. - mkdir build + mkdir -p build } build() { -- cgit v1.2.3-2-g168b