diff options
Diffstat (limited to 'libre/kdenetwork-kopete/PKGBUILD')
-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 2690e023f..575bbb4cf 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 226656 2014-11-19 18:50:27Z fyan $ +# $Id: PKGBUILD 229290 2015-01-16 06:38:06Z fyan $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete -pkgver=4.14.3 +pkgver=14.12.1 pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' @@ -16,8 +16,8 @@ depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn' 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz") -sha1sums=('298937c6fe06b409881592a4b50dceff9dcf9c87') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz") +sha1sums=('bf5c8b45c6706ed26e5257817e838fd538033aa2') prepare() { cd kopete-${pkgver} |