summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-10 04:56:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-10 04:56:58 -0300
commit7827aa8f4d57381fbb92c691facd968b6f3ccd65 (patch)
treee3ff261c4ddec636b680be85f14b446a651bcf2b /libre/kdenetwork-kopete
parent1f9d83628bf2420eb7f7b0a217f9ba6d323d3e71 (diff)
kdenetwork-kopete-16.12.3-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete')
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD21
1 files changed, 9 insertions, 12 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index 9206a4956..27b830959 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 288746 2017-02-12 14:20:09Z arojas $
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z 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.12.2
-pkgrel=2.parabola1
+pkgver=16.12.3
+pkgrel=1.parabola1
pkgdesc='Instant Messenger, without nonfree Skype support'
-url='http://kde.org/applications/internet/kopete/'
+url='https://kde.org/applications/internet/kopete/'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications' 'kdenetwork')
@@ -17,12 +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"{,.sig} kopete-mediastreamer2.14.patch
- CVE-2017-5593.patch::"https://cgit.kde.org/kopete.git/patch/?id=6243764c")
-sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
- 'SKIP'
- 'b284ffb226cbcc0da6540ecd978d37287aa6eddb'
- '1ce697b8fe41f86b56d31a16220319e8c1478c52')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
+ kopete-mediastreamer2.14.patch)
+sha256sums=('61be9e45cb08e42a00bdc0e99f5d7ad7872299ac2e104124a3c0d939422376b6'
+ 'SKIP'
+ 'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
prepare() {
@@ -36,8 +35,6 @@ prepare() {
# Fix build with mediastreamer 2.14
cd kopete-$pkgver
patch -p1 -i ../kopete-mediastreamer2.14.patch
-# Fix CVE-2017-5593
- patch -p1 -i ../CVE-2017-5593.patch
}
build() {