summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-08-02 03:12:52 +0000
committerGitHub Action2023-08-02 03:12:52 +0000
commitb95ae69922c3e680d73ad086c646a6c5dcae9f17 (patch)
treee4a1c3988b642209d7e7944eaab30788bd58200f
parent6617961bba15ccbee3288d198cf2d6d96f36bc5b (diff)
downloadaur-b95ae69922c3e680d73ad086c646a6c5dcae9f17.tar.gz
Update from GitHub Actions: hyprshade: update to 0.8.0-1
https://github.com/loqusion/aur-packages/actions/runs/5734310231
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea944e3f6199..de0d1d1694df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprshade
pkgdesc = Hyprland shade configuration tool
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/loqusion/hyprshade
arch = any
@@ -14,7 +14,7 @@ pkgbase = hyprshade
depends = python-typer
depends = util-linux
provides = hyprshade
- source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.7.0.tar.gz
- sha256sums = a2355f6817146597a1eef5743141d68370a1b84ee0e56388924d3909f486a820
+ source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.8.0.tar.gz
+ sha256sums = b6bf4b23c73809cb5cc194af219cc98af02fa49edac4496e4318cac1293d3ad6
pkgname = hyprshade
diff --git a/PKGBUILD b/PKGBUILD
index 4e0de448cf7e..29aa2374dea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: John Bernard <loqusion@gmail.com>
pkgname=hyprshade
-pkgver=0.7.0
+pkgver=0.8.0
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=('a2355f6817146597a1eef5743141d68370a1b84ee0e56388924d3909f486a820')
+sha256sums=('b6bf4b23c73809cb5cc194af219cc98af02fa49edac4496e4318cac1293d3ad6')
build() {
cd "$pkgname-$pkgver"