From 2efb26ea9af41cc0fa6940557f2a9840297f8c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 6 May 2022 22:44:04 +0200 Subject: [PATCH] Update to version 0.5.2 --- .SRCINFO | 12 ++++++------ PKGBUILD | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 55296b3..df73bf3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = plasma5-wallpapers-wallpaper-engine - pkgdesc = A kde wallpaper plugin integrating wallpaper engine - pkgver = 0.5.1 - pkgrel = 2 + pkgdesc = A KDE wallpaper plugin integrating wallpaper engine + pkgver = 0.5.2 + pkgrel = 1 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 license = GPL2 @@ -15,10 +15,10 @@ pkgbase = plasma5-wallpapers-wallpaper-engine depends = qt5-declarative depends = qt5-websockets optdepends = qt5-webchannel: for web support - optdepends = mpv: for scene support and alternative video backend - source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.1.tar.gz + optdepends = mpv: alternative video backend + source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.2.tar.gz source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz - sha256sums = b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132 + sha256sums = dc4cc8d9282bb8f16662851acaf0a4622d24a096388810e8eb1ff31492c00a0b sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2 pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD index 0a579de..ce8581a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,20 +2,20 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin -pkgver=0.5.1 +pkgver=0.5.2 _pkgver_glslang=11.9.0 -pkgrel=2 -pkgdesc='A kde wallpaper plugin integrating wallpaper engine' +pkgrel=1 +pkgdesc='A KDE wallpaper plugin integrating wallpaper engine' arch=('x86_64') url='https://github.com/catsout/wallpaper-engine-kde-plugin' license=('GPL2') depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets') makedepends=('extra-cmake-modules' 'qt5-webchannel' 'mpv' 'vulkan-headers') optdepends=('qt5-webchannel: for web support' - 'mpv: for scene support and alternative video backend') + 'mpv: alternative video backend') source=("https://github.com/catsout/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz" "https://github.com/KhronosGroup/glslang/archive/refs/tags/${_pkgver_glslang}.tar.gz") -sha256sums=('b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132' +sha256sums=('dc4cc8d9282bb8f16662851acaf0a4622d24a096388810e8eb1ff31492c00a0b' 'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2') prepare() {