summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-08-11 02:14:14 +0000
committerGitHub Action2023-08-11 02:14:14 +0000
commitc2d0cef9cd0cab9e7aee3cab6bf77d43ac6c4a60 (patch)
treeb8b981bebdbfb4e285edc7e9cbd2251b12857077
parent4c2468009aef5ab6619d2d629883efc5fa6e619d (diff)
downloadaur-c2d0cef9cd0cab9e7aee3cab6bf77d43ac6c4a60.tar.gz
Update from GitHub Actions: hyprshade: update to 0.9.2-1
https://github.com/loqusion/aur-packages/actions/runs/5828198096
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e488725236a..4e5d7306536e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprshade
pkgdesc = Hyprland shade configuration tool
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/loqusion/hyprshade
arch = any
@@ -14,7 +14,7 @@ pkgbase = hyprshade
depends = python-poetry
depends = util-linux
provides = hyprshade
- source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.9.1.tar.gz
- sha256sums = 2d2b8d8b958556adaa51d83a560ac009fdc10681154e85efb0193aad8786c22f
+ source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.9.2.tar.gz
+ sha256sums = cf8d80f6fe9aaa66ce5b3bc72c1be5cb8f26b6f8326580b2e1b813eaf36febc5
pkgname = hyprshade
diff --git a/PKGBUILD b/PKGBUILD
index 032359330c27..d15f6ebc1d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: John Bernard <loqusion@gmail.com>
pkgname=hyprshade
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Hyprland shade configuration tool"
arch=('any')
@@ -19,7 +19,7 @@ depends=(
makedepends=(git python-{build,installer})
provides=($pkgname)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('2d2b8d8b958556adaa51d83a560ac009fdc10681154e85efb0193aad8786c22f')
+sha256sums=('cf8d80f6fe9aaa66ce5b3bc72c1be5cb8f26b6f8326580b2e1b813eaf36febc5')
build() {
cd "$pkgname-$pkgver"