diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-08 11:30:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-08 11:30:39 -0300 |
commit | 0f0bf3b7f0398f0882fa5b7cc3534180cabd9318 (patch) | |
tree | 968fcbe1bf470403a1ef1f4c261c0f1e8cf6b022 /extra/kdenetwork/PKGBUILD | |
parent | e17d7021b82d5a27e1a236d14dd7a8567669e273 (diff) | |
parent | fe6dc99352fe2b801d251e55b2b8baa71441908e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/fyre/PKGBUILD
extra/gnet/PKGBUILD
extra/kdeedu/PKGBUILD
extra/mhash/PKGBUILD
extra/rxvt-unicode/PKGBUILD
Diffstat (limited to 'extra/kdenetwork/PKGBUILD')
-rw-r--r-- | extra/kdenetwork/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdenetwork/PKGBUILD b/extra/kdenetwork/PKGBUILD index 030f541d0..8163dfcac 100644 --- a/extra/kdenetwork/PKGBUILD +++ b/extra/kdenetwork/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 118075 2011-04-05 10:08:27Z andrea $ +# $Id: PKGBUILD 121102 2011-04-29 00:28:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -10,7 +10,7 @@ pkgname=('kdenetwork-filesharing' 'kdenetwork-kppp' 'kdenetwork-krdc' 'kdenetwork-krfb') -pkgver=4.6.2 +pkgver=4.6.3 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' @@ -19,9 +19,9 @@ groups=('kde' 'kdenetwork') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn' 'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu' - 'telepathy-qt4' 'docbook-xsl' 'libktorrent') + 'telepathy-qt4' 'libktorrent') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('6865c074b87a201b876d11b86a2f14aff5f45abb') +sha1sums=('6f140dca442be815eda4fb79d51efd9e4588a1f1') build() { cd ${srcdir} |