diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-25 13:04:41 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-25 13:04:41 -0200 |
commit | a7ddabe4f529629d04710b47a6a8b2e7900e668a (patch) | |
tree | 1f39c6fa3423e7163a68910b36e16549460b6a96 /nonprism | |
parent | 74c0fc6e40f779e687e165108b21cab655d60d24 (diff) |
kdepim-runtime-4.14.4-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/kdepim-runtime/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD index 22bf7648b..aff2c8f94 100644 --- a/nonprism/kdepim-runtime/PKGBUILD +++ b/nonprism/kdepim-runtime/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 226408 2014-11-19 16:34:22Z fyan $ +# $Id: PKGBUILD 229023 2015-01-15 08:35:33Z fyan $ # Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdepim-runtime -pkgver=4.14.3 +pkgver=4.14.4 +_kdeappver=14.12.1 pkgrel=1.nonprism1 pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support' arch=('i686' 'x86_64' 'mips64el') @@ -15,8 +16,8 @@ makedepends=('cmake' 'automoc4' 'boost') install="${pkgname}.install" replaces=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism') conflicts=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('377e8c3d91c8f3348cd4f6598c242c5f308486d1') +source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('36bf4f5c652538410bb33d2f938942e5f224bf5f') prepare() { mkdir build |