diff options
author | GitHub Action | 2023-10-27 22:42:16 +0000 |
---|---|---|
committer | GitHub Action | 2023-10-27 22:42:16 +0000 |
commit | 0209a4ec4d0db6b00957baadd0a3b23169789320 (patch) | |
tree | 74e99d83618491eeffd1ef33792a9ba2504b9cc9 | |
parent | 35524f9a8644b968c31ba88be06de66354183524 (diff) | |
download | aur-0209a4ec4d0db6b00957baadd0a3b23169789320.tar.gz |
Update from GitHub Actions: hyprshade: update to 0.13.1-1
https://github.com/loqusion/aur-packages/actions/runs/6672915750
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = hyprshade pkgdesc = Hyprland shade configuration tool - pkgver = 0.13.0 + pkgver = 0.13.1 pkgrel = 1 url = https://github.com/loqusion/hyprshade arch = any @@ -14,9 +14,9 @@ pkgbase = hyprshade depends = python-more-itertools depends = util-linux provides = hyprshade - source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.13.0.tar.gz - source = https://raw.githubusercontent.com/loqusion/hyprshade/0.13.0/examples/config.toml - sha256sums = 37e1f776222f980740775a2c959629253013a0fa5d54512fab06d8754e946583 + source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.13.1.tar.gz + source = https://raw.githubusercontent.com/loqusion/hyprshade/0.13.1/examples/config.toml + sha256sums = e1fb7a2d5b1557e9a9bb760631550b7e0a36386d468493cc6c9b044e9706e260 sha256sums = 411517f06dc484fb8aad729d73d66cb5b91982ac0c5908184ec9343974392f0a pkgname = hyprshade @@ -1,6 +1,6 @@ # Maintainer: John Bernard <loqusion@gmail.com> pkgname=hyprshade -pkgver=0.13.0 +pkgver=0.13.1 pkgrel=1 pkgdesc="Hyprland shade configuration tool" arch=('any') @@ -19,7 +19,7 @@ makedepends=(git python-{build,hatchling,installer}) provides=($pkgname) source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz" "https://raw.githubusercontent.com/loqusion/$pkgname/$pkgver/examples/config.toml") -sha256sums=('37e1f776222f980740775a2c959629253013a0fa5d54512fab06d8754e946583' +sha256sums=('e1fb7a2d5b1557e9a9bb760631550b7e0a36386d468493cc6c9b044e9706e260' '411517f06dc484fb8aad729d73d66cb5b91982ac0c5908184ec9343974392f0a') _get_wheel() { |