diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-03 14:38:33 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-04 13:17:04 -0300 |
commit | 0540e23675939599a858dbe5880643ea2e077f71 (patch) | |
tree | f0938970fe4b42eb81d084b514701565451402fe /libre/kdenetwork-kopete/PKGBUILD | |
parent | 0513eac68838ecb51aa4f1f2215f21532a476b1e (diff) | |
download | abslibre-0540e23675939599a858dbe5880643ea2e077f71.tar.gz abslibre-0540e23675939599a858dbe5880643ea2e077f71.tar.bz2 abslibre-0540e23675939599a858dbe5880643ea2e077f71.zip |
kdenetwork-kopete-15.04.3-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-kopete/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index 46f5ca428..b010f0f3a 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 239895 2015-05-30 08:09:25Z arojas $ +# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete -pkgver=15.04.2 +pkgver=15.04.3 pkgrel=1.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre) @@ -17,7 +17,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 'libg 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=('d37e551def66ed3bb459ca3c56d68857c9f71b34') +sha1sums=('1dddde0459361c47bcc7a27b88f8a53499cf73c5') prepare() { cd kopete-${pkgver} @@ -25,7 +25,7 @@ prepare() { rm -rv protocols/skype sed 's/, Skype//' -i doc/index.docbook cd .. - mkdir build + mkdir -p build } build() { |