diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 10:51:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-15 10:51:19 -0300 |
commit | 8f4332f3a8fe32a515bce9721560a4fe9bed4c50 (patch) | |
tree | 4457e475e3d6a6f7bd221d360eb9b9c8571a4737 /nonprism/kdepim-runtime/PKGBUILD | |
parent | eb7dde4c34eae0a1b71e3a97ba094b32d5fc2ac6 (diff) | |
download | abslibre-8f4332f3a8fe32a515bce9721560a4fe9bed4c50.tar.gz abslibre-8f4332f3a8fe32a515bce9721560a4fe9bed4c50.tar.bz2 abslibre-8f4332f3a8fe32a515bce9721560a4fe9bed4c50.zip |
kdepim-runtime-15.08.2-1.nonprism1: updating version
Diffstat (limited to 'nonprism/kdepim-runtime/PKGBUILD')
-rw-r--r-- | nonprism/kdepim-runtime/PKGBUILD | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD index 518ea2bea..fe70cb6ff 100644 --- a/nonprism/kdepim-runtime/PKGBUILD +++ b/nonprism/kdepim-runtime/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 248353 2015-10-04 20:32:46Z arojas $ +# $Id: PKGBUILD 248965 2015-10-13 06:35:19Z 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.1 -pkgrel=4.nonprism1 +pkgver=15.08.2 +pkgrel=1.nonprism1 pkgdesc='Extends the functionality of kdepim, without libkgapi support' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdepim-runtime' @@ -15,20 +15,11 @@ depends=(hicolor-icon-theme qt5-quick1 libkolab akonadi-socialutils akonadi-cale knotifyconfig kross kalarmcal kmbox kimap kde-syndication) makedepends=(extra-cmake-modules kdoctools boost) install=$pkgname.install -source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" kdepim-runtime-bug338658.patch - ical-resource.patch::"https://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=1612e91&o=plain") -sha1sums=('fcab275175a82152ee2345a8657e0ab238f7033a' - '4d0bcdb3887f1146d289471d7e2494e2a76bb8bd' - '5c6f5128ca2a56124e4c0b09a911c7979d682466') +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +sha1sums=('d7be7a77408bc7793d30976711b29c65aab9ff0c') prepare() { mkdir -p build - -# Fix https://bugs.kde.org/show_bug.cgi?id=338658 - cd $pkgname-$pkgver - patch -p1 -i ../kdepim-runtime-bug338658.patch -# Fix saving ical resources https://bugs.kde.org/show_bug.cgi?id=352693 - patch -p1 -i ../ical-resource.patch } build() { |