diff options
Diffstat (limited to 'nonprism/kdepim-runtime/PKGBUILD')
-rw-r--r-- | nonprism/kdepim-runtime/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD index fe70cb6ff..5c1e6edfc 100644 --- a/nonprism/kdepim-runtime/PKGBUILD +++ b/nonprism/kdepim-runtime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 248965 2015-10-13 06:35:19Z arojas $ +# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Pierre Schmitz <pierre@archlinux.de> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdepim-runtime -pkgver=15.08.2 +pkgver=15.08.3 pkgrel=1.nonprism1 pkgdesc='Extends the functionality of kdepim, without libkgapi support' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=(hicolor-icon-theme qt5-quick1 libkolab akonadi-socialutils akonadi-cale makedepends=(extra-cmake-modules kdoctools boost) install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") -sha1sums=('d7be7a77408bc7793d30976711b29c65aab9ff0c') +sha1sums=('adb9f6d9bef0a0f99ad0e236bf2e4610d02e1521') prepare() { mkdir -p build |