kaffeine: update to 2.0.3, temporaly switch to github

This commit is contained in:
gnastyle 2016-06-11 16:26:32 +02:00
parent 241c0e3426
commit 5ca249a3ba

View File

@ -3,8 +3,8 @@
source ../kdeapps.conf source ../kdeapps.conf
pkgname=kaffeine pkgname=kaffeine
pkgver=2.0.2 pkgver=2.0.3
pkgrel=2 pkgrel=1
pkgdesc='Media player with support for digital television (DVB-C/S/S2/T and ATSC, decryption with CI/CAM)' pkgdesc='Media player with support for digital television (DVB-C/S/S2/T and ATSC, decryption with CI/CAM)'
license=('GPL') license=('GPL')
arch=('x86_64') arch=('x86_64')
@ -14,8 +14,9 @@ makedepends=('extra-cmake-modules' 'kidletime' 'kdoctools')
categories=('multimedia') categories=('multimedia')
options=('debug') options=('debug')
install=kaffeine.install install=kaffeine.install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") #source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
sha1sums=('e9c165fe52c6328f4690ba2c29eb5714262e3f70') source=("https://github.com/KDE/${pkgname}/archive/${pkgver}.tar.gz")
sha1sums=('20f513cba73d639780c0c70896c970f85ff8c23e')
prepare() { prepare() {
mkdir -p build mkdir -p build