summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Bocanegra2022-11-13 21:36:20 -0600
committerLuis Bocanegra2022-11-13 21:36:20 -0600
commitbe8a5bf93aacded74fa83ae413d5536c9c55bc8f (patch)
tree198636c97dcd34af99cfe803d7e3f15419c19a2b
parent66396602377aea813c12be93f336275f99f3fe92 (diff)
downloadaur-be8a5bf93aacded74fa83ae413d5536c9c55bc8f.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba2a7d23d997..ac298bd7fe7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b2f29019fe77..b673f2d0c5fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"