summaryrefslogtreecommitdiff
path: root/extra/konversation
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
commitc22d00d6478c9a00b4c7e491af65637537247c8f (patch)
treee6346097789cc44df5dc5e4340ad33ffe507b31c /extra/konversation
parent5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff)
Wed Oct 16 00:56:43 PDT 2013
Diffstat (limited to 'extra/konversation')
-rw-r--r--extra/konversation/PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD
index 3f7da427f..298426026 100644
--- a/extra/konversation/PKGBUILD
+++ b/extra/konversation/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 186022 2013-05-20 14:06:29Z stephane $
+# $Id: PKGBUILD 196549 2013-10-15 07:10:19Z allan $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: James Rayner <iphitus@gmail.com>
@@ -6,7 +6,7 @@
pkgname=konversation
pkgver=1.4
-pkgrel=6
+pkgrel=7
pkgdesc="A user friendly IRC client for KDE"
arch=('i686' 'x86_64')
url="http://konversation.kde.org"
@@ -21,11 +21,6 @@ options=('!makeflags')
source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- # libpng16 fix
- find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
build() {
cd "${srcdir}"