diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-20 03:15:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-20 03:15:57 -0300 |
commit | 2beb5ce7b40cc9a0a4b97a340acf336282879fc8 (patch) | |
tree | dab87473e180e70a6cfb18eb9f884d3c8c7cca2e /libre/kdenetwork-kopete-libre/PKGBUILD | |
parent | fc4b3031f6f75b9798ced57fccee2a6f680bf677 (diff) | |
download | abslibre-2beb5ce7b40cc9a0a4b97a340acf336282879fc8.tar.gz abslibre-2beb5ce7b40cc9a0a4b97a340acf336282879fc8.tar.bz2 abslibre-2beb5ce7b40cc9a0a4b97a340acf336282879fc8.zip |
kde packages: updating libre and nonprism packages to 4.13.1 version
Diffstat (limited to 'libre/kdenetwork-kopete-libre/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-kopete-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD index b37dac11f..5c3f7b52f 100644 --- a/libre/kdenetwork-kopete-libre/PKGBUILD +++ b/libre/kdenetwork-kopete-libre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210205 2014-04-11 16:54:08Z andrea $ +# $Id: PKGBUILD 212682 2014-05-14 20:07:22Z svenstaro $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> _pkgname=kdenetwork-kopete pkgname=kdenetwork-kopete-libre -pkgver=4.13.0 +pkgver=4.13.1 pkgrel=1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' @@ -19,7 +19,7 @@ depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn' makedepends=('cmake' 'automoc4' 'boost') install=${_pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz") -sha1sums=('34b08ce41a7780d48459eb47877ed895b11c5262') +sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1') prepare() { cd kopete-${pkgver} |