diff options
Diffstat (limited to 'libre/kdenetwork-libre/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-libre/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/kdenetwork-libre/PKGBUILD b/libre/kdenetwork-libre/PKGBUILD index e744b22ef..c19457577 100644 --- a/libre/kdenetwork-libre/PKGBUILD +++ b/libre/kdenetwork-libre/PKGBUILD @@ -1,6 +1,7 @@ -# $Id: PKGBUILD 150223 2012-02-15 09:34:48Z andrea $ +# $Id: PKGBUILD 152429 2012-03-06 21:02:38Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> +# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgbase=kdenetwork pkgname=('kdenetwork-filesharing' @@ -10,7 +11,7 @@ pkgname=('kdenetwork-filesharing' 'kdenetwork-kppp' 'kdenetwork-krdc' 'kdenetwork-krfb') -pkgver=4.8.0 +pkgver=4.8.1 pkgrel=2 arch=('i686' 'x86_64') url='http://www.kde.org' @@ -21,10 +22,10 @@ makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu' 'libktorrent' 'libmms' 'mediastreamer') source=("http://repo.parabolagnulinux.org/other/${pkgbase}-libre-${pkgver}.tar.xz") -sha1sums=('2472128aef671e3474505cf65397dfc7ef9f79bb') +sha1sums=('953424a894acf60b6326cd9d9f045f0a9b548e7c') # Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34. -mksource() { +-mksource() { [ -f "${pkgbase}-${pkgver}.tar.bz2" ] || wget "http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2" tar xf "${pkgbase}-${pkgver}.tar.bz2" cd "${pkgbase}-${pkgver}" |