mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:57:15 +08:00
kaffeine: update to 2.0.3, temporaly switch to github
This commit is contained in:
parent
241c0e3426
commit
5ca249a3ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user