git » kholidays.git » commit 1e5bd47

KDE Applications 15.12.3

author Antonio Rojas
2016-03-15 10:26:40 UTC
committer Antonio Rojas
2016-03-15 10:26:40 UTC
parent 817b2431225fafd057fc622b5e435722f1db8b3f

KDE Applications 15.12.3

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 536b45e..7f95ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kholidays
-pkgver=15.12.2
+pkgver=15.12.3
 pkgrel=1
 pkgdesc="KDE library for regional holiday information"
 arch=(i686 x86_64)
@@ -9,11 +9,17 @@ url="https://projects.kde.org/$pkgname"
 license=(LGPL)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('9369e69a2a6ecbf8813a472d3b72c60c')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+        kholidays-isnan.patch::"https://quickgit.kde.org/?p=kholidays.git&a=commitdiff&h=488aa158&o=plain")
+md5sums=('a29a9116c63f73535f2d0d9887f6981d'
+         'c2977e7694aee2646f60a8fc4ca58e7c')
 
 prepare() {
   mkdir -p build
+
+# Fix build with glibc 2.23
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kholidays-isnan.patch
 }
 
 build() {