diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-14 18:29:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-14 18:29:25 -0300 |
commit | 61c680f66934f642857c7af5d9b07c3fd7f8b5b6 (patch) | |
tree | 5f0dac47c35267f0fb64280eed23df9e8a7ef384 /libre | |
parent | ac44f3616856043b457d5a1f5cdf8f1b73d377b9 (diff) | |
download | abslibre-61c680f66934f642857c7af5d9b07c3fd7f8b5b6.tar.gz abslibre-61c680f66934f642857c7af5d9b07c3fd7f8b5b6.tar.bz2 abslibre-61c680f66934f642857c7af5d9b07c3fd7f8b5b6.zip |
kdenetwork-kopete-16.08.2-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre')
-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() { |