diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-24 14:15:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-24 14:16:09 -0300 |
commit | 1267379592fc80e4a6aa891334d8cca4755b673f (patch) | |
tree | 2b6928ce25f75a449c28298ac94332ae9b19a99a /libre/kdenetwork-kopete | |
parent | 8397c35313d4c5f2d700d411a740396554ef8f86 (diff) | |
download | abslibre-1267379592fc80e4a6aa891334d8cca4755b673f.tar.gz abslibre-1267379592fc80e4a6aa891334d8cca4755b673f.tar.bz2 abslibre-1267379592fc80e4a6aa891334d8cca4755b673f.zip |
kdenetwork-kopete-16.04.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete')
-rw-r--r-- | libre/kdenetwork-kopete/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index 9502263d8..edc6016a9 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $ +# $Id: PKGBUILD 265157 2016-04-19 07:23:59Z arojas $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete -pkgver=15.12.3 +pkgver=16.04.0 pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' @@ -13,12 +13,12 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp') +depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp') makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu') optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz") -sha1sums=('e574524251318e5d9acaa33eb1d89ee7be827557') +sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4') prepare() { cd kopete-${pkgver} |