summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Bocanegra2024-03-12 05:42:34 -0600
committerLuis Bocanegra2024-03-12 05:42:34 -0600
commitd1b2275309033aea573bc4a829a9ef6ae5a396bb (patch)
treeb6d6f418babf0e4815dc34c49f8dd2bf627ab8ad /PKGBUILD
parentbd839b630fbe9919deedec0faa0695c278b74ccd (diff)
downloadaur-d1b2275309033aea573bc4a829a9ef6ae5a396bb.tar.gz
Update for Plasma 6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2c8d57983d2..868ffb73ee9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=kde-material-you-colors
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop"
arch=('x86_64')
url="https://github.com/luisbocanegra/kde-material-you-colors"
license=('GPL3')
-depends=('python' 'python-dbus' 'python-numpy' 'python-material-color-utilities')
-makedepends=('extra-cmake-modules' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+depends=('python' 'python-dbus' 'python-numpy' 'python-material-color-utilities' 'plasma5support')
+makedepends=('extra-cmake-modules' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'libplasma')
optdepends=('python-pywal: theme other programs using Material You Colors')
source=("${pkgname}-${pkgver}.zip::$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.zip")
-sha256sums=('cf6ac0a60e36e0d8223547e33e0472b7f3aadd034c8ce89fb5e2b4aa9c6451e7')
+sha256sums=('f20b89403e7abc9925cdded36ac860d8b3a706dbd178fb63bf8d4e62f7b55031')
build() {
cd "${srcdir}/${pkgname}-$pkgver"