From c71bf8149687bf1c4237e37f13ce5078394c7852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 20 Apr 2022 22:01:03 +0200 Subject: [PATCH 1/8] Initial commit with version 0.5.0 --- .SRCINFO | 23 +++++++++++++++++++++++ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..a94b531 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = plasma5-wallpapers-wallpaper-engine + pkgdesc = A simple kde wallpaper plugin integrating wallpaper engine + pkgver = 0.5.0 + pkgrel = 1 + url = https://github.com/catsout/wallpaper-engine-kde-plugin + arch = any + license = GPL2 + makedepends = extra-cmake-modules + makedepends = mpv + makedepends = vulkan-headers + depends = gst-libav + depends = python-websockets + depends = plasma-framework + depends = qt5-declarative + depends = qt5-websockets + depends = qt5-webchannel + optdepends = mpv: video playback + source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.0.tar.gz + source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz + sha256sums = 13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0 + sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2 + +pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..1c2a2f8 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer: Manuel Hüsers + +pkgname=plasma5-wallpapers-wallpaper-engine +_pkgname=wallpaper-engine-kde-plugin +pkgver=0.5.0 +_pkgver_glslang=11.9.0 +pkgrel=1 +pkgdesc="A simple kde wallpaper plugin integrating wallpaper engine" +arch=('any') +url="https://github.com/catsout/wallpaper-engine-kde-plugin" +license=('GPL2') +depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets' 'qt5-webchannel') +makedepends=('extra-cmake-modules' 'mpv' 'vulkan-headers') +optdepends=('mpv: video playback') +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=('13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0' + 'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2') + +prepare() { + mv -T "glslang-${_pkgver_glslang}" "${_pkgname}-${pkgver}/src/backend_scene/third_party/glslang" +} + +build() { + cd "${_pkgname}-${pkgver}" + mkdir -p build && cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) .. + make +} + +package() { + cd "${_pkgname}-${pkgver}" + cd build + make DESTDIR="$pkgdir/" install +} From 698e1a973d43cf846d65930383a307e7d11bbe1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 23 Apr 2022 17:52:49 +0200 Subject: [PATCH 2/8] Update to version 0.5.1 --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a94b531..f2cd995 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ pkgbase = plasma5-wallpapers-wallpaper-engine - pkgdesc = A simple kde wallpaper plugin integrating wallpaper engine - pkgver = 0.5.0 + pkgdesc = A kde wallpaper plugin integrating wallpaper engine + pkgver = 0.5.1 pkgrel = 1 url = https://github.com/catsout/wallpaper-engine-kde-plugin - arch = any + arch = x86_64 license = GPL2 makedepends = extra-cmake-modules makedepends = mpv @@ -15,9 +15,9 @@ pkgbase = plasma5-wallpapers-wallpaper-engine depends = qt5-websockets depends = qt5-webchannel optdepends = mpv: video playback - source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.0.tar.gz + source = https://github.com/catsout/wallpaper-engine-kde-plugin/archive/refs/tags/v0.5.1.tar.gz source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz - sha256sums = 13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0 + sha256sums = b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132 sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2 pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD index 1c2a2f8..0633607 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,19 +2,19 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin -pkgver=0.5.0 +pkgver=0.5.1 _pkgver_glslang=11.9.0 pkgrel=1 -pkgdesc="A simple kde wallpaper plugin integrating wallpaper engine" -arch=('any') -url="https://github.com/catsout/wallpaper-engine-kde-plugin" +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' 'qt5-webchannel') makedepends=('extra-cmake-modules' 'mpv' 'vulkan-headers') optdepends=('mpv: video playback') 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=('13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0' +sha256sums=('b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132' 'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2') prepare() { From 99756c941217b7c59d437c20f5dc14b223bd585c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 23 Apr 2022 19:42:01 +0200 Subject: [PATCH 3/8] Update dependencies --- .SRCINFO | 7 ++++--- PKGBUILD | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f2cd995..55296b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = plasma5-wallpapers-wallpaper-engine pkgdesc = A kde wallpaper plugin integrating wallpaper engine pkgver = 0.5.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 license = GPL2 makedepends = extra-cmake-modules + makedepends = qt5-webchannel makedepends = mpv makedepends = vulkan-headers depends = gst-libav @@ -13,8 +14,8 @@ pkgbase = plasma5-wallpapers-wallpaper-engine depends = plasma-framework depends = qt5-declarative depends = qt5-websockets - depends = qt5-webchannel - optdepends = mpv: video playback + 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 source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz sha256sums = b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132 diff --git a/PKGBUILD b/PKGBUILD index 0633607..0a579de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,14 +4,15 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin pkgver=0.5.1 _pkgver_glslang=11.9.0 -pkgrel=1 +pkgrel=2 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' 'qt5-webchannel') -makedepends=('extra-cmake-modules' 'mpv' 'vulkan-headers') -optdepends=('mpv: video playback') +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') 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' 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 4/8] 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() { From 7d7e0d5c9f4b5b43cf59636602e7d15fb62e31b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 4 Jun 2022 23:53:37 +0200 Subject: [PATCH 5/8] Update build & install process --- .SRCINFO | 2 +- PKGBUILD | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index df73bf3..60d0ef1 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.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 license = GPL2 diff --git a/PKGBUILD b/PKGBUILD index ce8581a..4a74d21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin pkgver=0.5.2 _pkgver_glslang=11.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='A KDE wallpaper plugin integrating wallpaper engine' arch=('x86_64') url='https://github.com/catsout/wallpaper-engine-kde-plugin' @@ -23,14 +23,11 @@ prepare() { } build() { - cd "${_pkgname}-${pkgver}" - mkdir -p build && cd build - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) .. - make + cmake -B build -S "${_pkgname}-${pkgver}" \ + -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF + cmake --build build } package() { - cd "${_pkgname}-${pkgver}" - cd build - make DESTDIR="$pkgdir/" install + DESTDIR="$pkgdir" cmake --install build } From 42153a938bf68137e806cedf720ec209e0bdf3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 11 Jun 2022 22:43:38 +0200 Subject: [PATCH 6/8] Update to version 0.5.3 --- .SRCINFO | 12 ++++++------ PKGBUILD | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 60d0ef1..534bc54 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.2 - pkgrel = 2 + pkgver = 0.5.3 + pkgrel = 1 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 license = GPL2 @@ -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.2.tar.gz - source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz - sha256sums = dc4cc8d9282bb8f16662851acaf0a4622d24a096388810e8eb1ff31492c00a0b - sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2 + 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 + sha256sums = 8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602 pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD index 4a74d21..84167e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin -pkgver=0.5.2 -_pkgver_glslang=11.9.0 -pkgrel=2 +pkgver=0.5.3 +_pkgver_glslang=11.10.0 +pkgrel=1 pkgdesc='A KDE wallpaper plugin integrating wallpaper engine' arch=('x86_64') url='https://github.com/catsout/wallpaper-engine-kde-plugin' @@ -15,8 +15,8 @@ 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=('dc4cc8d9282bb8f16662851acaf0a4622d24a096388810e8eb1ff31492c00a0b' - 'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2') +sha256sums=('3278849fe3ec09640ccc0d3f4d88070b5b1b59cd7d5e3e1744e30ad584923184' + '8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602') prepare() { mv -T "glslang-${_pkgver_glslang}" "${_pkgname}-${pkgver}/src/backend_scene/third_party/glslang" From 5de5c9314286352e6fa5ce56b4409c1ef9b00926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 31 Jul 2022 14:32:36 +0200 Subject: [PATCH 7/8] Update to version 0.5.4 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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() { From 3112b7987d7cdcd1fc6eeb6b9dd1f2fd36d99899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 7 Aug 2022 13:28:52 +0200 Subject: [PATCH 8/8] Update checksum --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f7d8b1d..502e059 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.4 - pkgrel = 1 + pkgrel = 2 url = https://github.com/catsout/wallpaper-engine-kde-plugin arch = x86_64 license = GPL2 @@ -18,7 +18,7 @@ pkgbase = plasma5-wallpapers-wallpaper-engine optdepends = mpv: alternative video backend 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 = 83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803 sha256sums = 8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602 pkgname = plasma5-wallpapers-wallpaper-engine diff --git a/PKGBUILD b/PKGBUILD index 70bb5de..beb660a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=plasma5-wallpapers-wallpaper-engine _pkgname=wallpaper-engine-kde-plugin pkgver=0.5.4 _pkgver_glslang=11.10.0 -pkgrel=1 +pkgrel=2 pkgdesc='A KDE wallpaper plugin integrating wallpaper engine' arch=('x86_64') url='https://github.com/catsout/wallpaper-engine-kde-plugin' @@ -15,7 +15,7 @@ optdepends=('qt5-webchannel: for web support' 'mpv: alternative video backend') source=("https://github.com/catsout/${_pkgname}/archive/v${pkgver}.tar.gz" "https://github.com/KhronosGroup/glslang/archive/${_pkgver_glslang}.tar.gz") -sha256sums=('2a37d0a89b7c93017843ead842f3d6f5a21f10be6b8ff45dca1e946c350a18e1' +sha256sums=('83354734f7ea36e7077206506dd05f0e6877eb51294b820fdbdc398255c6f803' '8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602') prepare() {