diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/kdenetwork-kopete/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD index 2dd4a4537..ad84257db 100644 --- a/nonprism/kdenetwork-kopete/PKGBUILD +++ b/nonprism/kdenetwork-kopete/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 246049 2015-09-14 20:47:57Z arojas $ +# $Id: PKGBUILD 248965 2015-10-13 06:35:19Z arojas $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete -pkgver=15.08.1 +pkgver=15.08.2 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/' @@ -12,13 +12,13 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre ${pkgname}-libre-nonprism) conflicts=(${pkgname}-libre ${pkgname}-libre-nonprism) -depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 'jsoncpp') +depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp') makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer') optdepends=('mediastreamer: jingle support') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz" 'libre-nonprism.patch') -sha1sums=('5f56a6e575c3a6699c2b5b948226b8b860345feb' +sha1sums=('25f525998a88ef8527ce6df57e5076de8ca275c9' 'f0d7b727da1b5160f05952eec4df1bfbefab99cf') prepare() { |