git » kholidays.git » commit 6b6f830

KDE Applications 16.04

author Antonio Rojas
2016-04-19 07:23:59 UTC
committer Antonio Rojas
2016-04-19 07:23:59 UTC
parent 1e5bd479733fafcaf0483b0cd3990bf3210c70ec

KDE Applications 16.04

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index 7f95ec2..93a3a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,20 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kholidays
-pkgver=15.12.3
+pkgver=16.04.0
 pkgrel=1
 pkgdesc="KDE library for regional holiday information"
 arch=(i686 x86_64)
 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"
-        kholidays-isnan.patch::"https://quickgit.kde.org/?p=kholidays.git&a=commitdiff&h=488aa158&o=plain")
-md5sums=('a29a9116c63f73535f2d0d9887f6981d'
-         'c2977e7694aee2646f60a8fc4ca58e7c')
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('f014a0a23363be700d70792c196e1d4a')
 
 prepare() {
   mkdir -p build
-
-# Fix build with glibc 2.23
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kholidays-isnan.patch
 }
 
 build() {