diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-19 13:23:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-19 13:23:29 -0300 |
commit | 103ad17489fb4fb0070d5757f3ac37dfccef40e1 (patch) | |
tree | b55c5eb7a5f82a3a1a1d0d94d83106b5b16b2e1e /libre/kdenetwork-kopete/PKGBUILD | |
parent | c008084013d30ad96aa4d4d6200d0f2e5738d061 (diff) |
kdenetwork-kopete-16.12.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-kopete/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index e7f3b6736..a671695cd 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 281922 2016-11-22 16:20:17Z anthraxx $ +# $Id: PKGBUILD 283325 2016-12-15 10:41:32Z 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.3 -pkgrel=3.parabola1 +pkgver=16.12.0 +pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' arch=('i686' 'x86_64' 'armv7h') @@ -17,10 +17,11 @@ conflicts=(${pkgname}-libre) depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4') 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=('5ffbfd68c91ce251bf7f22943bc8cb8284b30eaa' +source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig} kopete-mediastreamer2.14.patch) +sha1sums=('0add6bd39d5c1342dd6d8d6257238f310a6f211a' + 'SKIP' 'b284ffb226cbcc0da6540ecd978d37287aa6eddb') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org> prepare() { cd kopete-$pkgver |