summaryrefslogtreecommitdiff
path: root/nonprism
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 /nonprism
parent1f9d83628bf2420eb7f7b0a217f9ba6d323d3e71 (diff)
kdenetwork-kopete-16.12.3-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index 878185eb5..d07388c16 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/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.nonprism1
+pkgver=16.12.3
+pkgrel=1.parabola1.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
-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,13 +17,12 @@ conflicts=(${pkgname}-libre ${pkgname}-libre-nonprism)
depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'jsoncpp')
optdepends=('mediastreamer: jingle support')
-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"
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
+ kopete-mediastreamer2.14.patch
'libre-nonprism.patch')
-sha1sums=('2db7a06b424edeb20571115b6d66f2f639562c56'
+sha1sums=('0331b1639457ffa64e69029f9a109dd344029c03'
'SKIP'
'b284ffb226cbcc0da6540ecd978d37287aa6eddb'
- '1ce697b8fe41f86b56d31a16220319e8c1478c52'
'f0d7b727da1b5160f05952eec4df1bfbefab99cf')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
@@ -46,8 +45,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() {