Update to version 0.5.1
This commit is contained in:
parent
c71bf81496
commit
698e1a973d
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,9 +1,9 @@
|
||||||
pkgbase = plasma5-wallpapers-wallpaper-engine
|
pkgbase = plasma5-wallpapers-wallpaper-engine
|
||||||
pkgdesc = A simple kde wallpaper plugin integrating wallpaper engine
|
pkgdesc = A kde wallpaper plugin integrating wallpaper engine
|
||||||
pkgver = 0.5.0
|
pkgver = 0.5.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/catsout/wallpaper-engine-kde-plugin
|
url = https://github.com/catsout/wallpaper-engine-kde-plugin
|
||||||
arch = any
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = extra-cmake-modules
|
makedepends = extra-cmake-modules
|
||||||
makedepends = mpv
|
makedepends = mpv
|
||||||
|
@ -15,9 +15,9 @@ pkgbase = plasma5-wallpapers-wallpaper-engine
|
||||||
depends = qt5-websockets
|
depends = qt5-websockets
|
||||||
depends = qt5-webchannel
|
depends = qt5-webchannel
|
||||||
optdepends = mpv: video playback
|
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
|
source = https://github.com/KhronosGroup/glslang/archive/refs/tags/11.9.0.tar.gz
|
||||||
sha256sums = 13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0
|
sha256sums = b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132
|
||||||
sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2
|
sha256sums = d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2
|
||||||
|
|
||||||
pkgname = plasma5-wallpapers-wallpaper-engine
|
pkgname = plasma5-wallpapers-wallpaper-engine
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
pkgname=plasma5-wallpapers-wallpaper-engine
|
pkgname=plasma5-wallpapers-wallpaper-engine
|
||||||
_pkgname=wallpaper-engine-kde-plugin
|
_pkgname=wallpaper-engine-kde-plugin
|
||||||
pkgver=0.5.0
|
pkgver=0.5.1
|
||||||
_pkgver_glslang=11.9.0
|
_pkgver_glslang=11.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple kde wallpaper plugin integrating wallpaper engine"
|
pkgdesc='A kde wallpaper plugin integrating wallpaper engine'
|
||||||
arch=('any')
|
arch=('x86_64')
|
||||||
url="https://github.com/catsout/wallpaper-engine-kde-plugin"
|
url='https://github.com/catsout/wallpaper-engine-kde-plugin'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets' 'qt5-webchannel')
|
depends=('gst-libav' 'python-websockets' 'plasma-framework' 'qt5-declarative' 'qt5-websockets' 'qt5-webchannel')
|
||||||
makedepends=('extra-cmake-modules' 'mpv' 'vulkan-headers')
|
makedepends=('extra-cmake-modules' 'mpv' 'vulkan-headers')
|
||||||
optdepends=('mpv: video playback')
|
optdepends=('mpv: video playback')
|
||||||
source=("https://github.com/catsout/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
|
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")
|
"https://github.com/KhronosGroup/glslang/archive/refs/tags/${_pkgver_glslang}.tar.gz")
|
||||||
sha256sums=('13e320a2e2758827daf7fc1132935cc1082235f8f38f7138b78996cbc85730d0'
|
sha256sums=('b62b2f2ce48d45938af5d59f53aaaf0a199212d3805f383560360477c4d72132'
|
||||||
'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2')
|
'd5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue