diff options
author | GitHub Action | 2023-08-02 03:12:52 +0000 |
---|---|---|
committer | GitHub Action | 2023-08-02 03:12:52 +0000 |
commit | b95ae69922c3e680d73ad086c646a6c5dcae9f17 (patch) | |
tree | e4a1c3988b642209d7e7944eaab30788bd58200f | |
parent | 6617961bba15ccbee3288d198cf2d6d96f36bc5b (diff) | |
download | aur-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-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |