summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD10
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD10
2 files changed, 10 insertions, 10 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() {
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index 2def64878..9eebdb748 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/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.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
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 ${pkgname}-libre-nonprism)
@@ -18,7 +18,7 @@ optdepends=('mediastreamer: jingle support')
install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
'libre-nonprism.patch')
-sha1sums=('d37e551def66ed3bb459ca3c56d68857c9f71b34'
+sha1sums=('1dddde0459361c47bcc7a27b88f8a53499cf73c5'
'f0d7b727da1b5160f05952eec4df1bfbefab99cf')
prepare() {
@@ -35,7 +35,7 @@ prepare() {
rm -rv protocols/meanwhile
patch -p1 -i "${srcdir}"/libre-nonprism.patch
cd ..
- mkdir build
+ mkdir -p build
}
build() {