diff options
author | Luis Bocanegra | 2022-11-13 21:36:20 -0600 |
---|---|---|
committer | Luis Bocanegra | 2022-11-13 21:36:20 -0600 |
commit | be8a5bf93aacded74fa83ae413d5536c9c55bc8f (patch) | |
tree | 198636c97dcd34af99cfe803d7e3f15419c19a2b | |
parent | 66396602377aea813c12be93f336275f99f3fe92 (diff) | |
download | aur-be8a5bf93aacded74fa83ae413d5536c9c55bc8f.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = kde-material-you-colors pkgdesc = Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop - pkgver = 1.3.0 + pkgver = 1.4.0 pkgrel = 1 url = https://github.com/luisbocanegra/kde-material-you-colors arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = kde-material-you-colors optdepends = python-colr: colored hex codes printing optdepends = python-pywal: theme other programs using Material You Colors options = !strip - source = kde-material-you-colors-1.3.0.zip::https://github.com/luisbocanegra/kde-material-you-colors/releases/download/v1.3.0/kde-material-you-colors-1.3.0.zip - sha256sums = fbf870b7aafc374dc5c6b6b6f42584535d122ea3415588d696406c155f5bfb9f + source = kde-material-you-colors-1.4.0.zip::https://github.com/luisbocanegra/kde-material-you-colors/releases/download/v1.4.0/kde-material-you-colors-1.4.0.zip + sha256sums = 417885beaf63c0a84107abc7c84602e148b9471c2b169b58caeeee4d3ec2edb2 pkgname = kde-material-you-colors @@ -1,6 +1,6 @@ # Maintainer: luisbocanegra <luis.bocanegra0 at protonmail dot com> pkgname=kde-material-you-colors -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop" arch=('x86_64') @@ -12,7 +12,7 @@ optdepends=('python-colr: colored hex codes printing' ) options=('!strip') source=("${pkgname}-${pkgver}.zip::$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.zip") -sha256sums=('fbf870b7aafc374dc5c6b6b6f42584535d122ea3415588d696406c155f5bfb9f') +sha256sums=('417885beaf63c0a84107abc7c84602e148b9471c2b169b58caeeee4d3ec2edb2') build() { cd "${pkgname}-${pkgver}" |