diff options
Diffstat (limited to 'libre/kdenetwork-kopete')
-rw-r--r-- | libre/kdenetwork-kopete/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index b371bbc8a..7d746eb1d 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 277800 2016-10-06 13:16:28Z anthraxx $ +# $Id: PKGBUILD 278584 2016-10-13 15:30:27Z arojas $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Maintainer (Arch): Antonio Rojas <arojas@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete -pkgver=16.08.1 -pkgrel=2.parabola1 +pkgver=16.08.2 +pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64' 'armv7h') @@ -14,12 +14,12 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp') -makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu') +depends=('kdebase-runtime' 'libotr' 'qimageblitz') +makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp') optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz" 'kopete-mediastreamer2.14.patch') -sha1sums=('6f3fd40ab617a2b57e587e7376a246229921b845' +sha1sums=('efa501d3e07018ec355bbbae07136becb7ff28ce' 'b284ffb226cbcc0da6540ecd978d37287aa6eddb') prepare() { |