diff options
author | AUR Release Action | 2023-12-09 11:50:26 +0000 |
---|---|---|
committer | AUR Release Action | 2023-12-09 11:50:26 +0000 |
commit | d0e58d959f3b1ae6eaca043eaa0d7b1699b61d16 (patch) | |
tree | e3f0bb4358e5fe1b0dd070ca988eeda2e446b226 | |
parent | 0209a4ec4d0db6b00957baadd0a3b23169789320 (diff) | |
download | aur-d0e58d959f3b1ae6eaca043eaa0d7b1699b61d16.tar.gz |
chore: bump version to 0.14.0
-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.1 + pkgver = 0.14.0 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.1.tar.gz - source = https://raw.githubusercontent.com/loqusion/hyprshade/0.13.1/examples/config.toml - sha256sums = e1fb7a2d5b1557e9a9bb760631550b7e0a36386d468493cc6c9b044e9706e260 + source = https://files.pythonhosted.org/packages/source/h/hyprshade/hyprshade-0.14.0.tar.gz + source = https://raw.githubusercontent.com/loqusion/hyprshade/0.14.0/examples/config.toml + sha256sums = c1385d218731050d2fd510404b75724fecbff40dfe25acb590d14bd7103d3d6b sha256sums = 411517f06dc484fb8aad729d73d66cb5b91982ac0c5908184ec9343974392f0a pkgname = hyprshade @@ -1,6 +1,6 @@ # Maintainer: John Bernard <loqusion@gmail.com> pkgname=hyprshade -pkgver=0.13.1 +pkgver=0.14.0 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=('e1fb7a2d5b1557e9a9bb760631550b7e0a36386d468493cc6c9b044e9706e260' +sha256sums=('c1385d218731050d2fd510404b75724fecbff40dfe25acb590d14bd7103d3d6b' '411517f06dc484fb8aad729d73d66cb5b91982ac0c5908184ec9343974392f0a') _get_wheel() { |