diff --git a/.SRCINFO b/.SRCINFO index 534bc54..f7d8b1d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = plasma5-wallpapers-wallpaper-engine pkgdesc = A KDE wallpaper plugin integrating wallpaper engine - pkgver = 0.5.3 + pkgver = 0.5.4 pkgrel = 1 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 @@ -16,9 +16,9 @@ pkgbase = plasma5-wallpapers-wallpaper-engine depends = qt5-websockets optdepends = qt5-webchannel: for web support optdepends = mpv: alternative video backend - source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.3.tar.gz - source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.10.0.tar.gz - sha256sums = 3278849fe3ec09640ccc0d3f4d88070b5b1b59cd7d5e3e1744e30ad584923184 + source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/v0.5.4.tar.gz + source = https://github.com/KhronosGroup/glslang/archive/11.10.0.tar.gz + sha256sums = 2a37d0a89b7c93017843ead842f3d6f5a21f10be6b8ff45dca1e946c350a18e1 sha256sums = 8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602 pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD index 84167e3..70bb5de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin -pkgver=0.5.3 +pkgver=0.5.4 _pkgver_glslang=11.10.0 pkgrel=1 pkgdesc='A KDE wallpaper plugin integrating wallpaper engine' @@ -13,9 +13,9 @@ depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'q makedepends=('extra-cmake-modules' 'qt5-webchannel' 'mpv' 'vulkan-headers') optdepends=('qt5-webchannel: for web support' '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=('3278849fe3ec09640ccc0d3f4d88070b5b1b59cd7d5e3e1744e30ad584923184' +source=("https://github.com/catsout/${_pkgname}/archive/v${pkgver}.tar.gz" + "https://github.com/KhronosGroup/glslang/archive/${_pkgver_glslang}.tar.gz") +sha256sums=('2a37d0a89b7c93017843ead842f3d6f5a21f10be6b8ff45dca1e946c350a18e1' '8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602') prepare() {