summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-03 14:38:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-04 13:17:04 -0300
commit0540e23675939599a858dbe5880643ea2e077f71 (patch)
treef0938970fe4b42eb81d084b514701565451402fe /nonprism
parent0513eac68838ecb51aa4f1f2215f21532a476b1e (diff)
kdenetwork-kopete-15.04.3-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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() {