summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Release Action2023-12-09 11:50:26 +0000
committerAUR Release Action2023-12-09 11:50:26 +0000
commitd0e58d959f3b1ae6eaca043eaa0d7b1699b61d16 (patch)
treee3f0bb4358e5fe1b0dd070ca988eeda2e446b226
parent0209a4ec4d0db6b00957baadd0a3b23169789320 (diff)
downloadaur-d0e58d959f3b1ae6eaca043eaa0d7b1699b61d16.tar.gz
chore: bump version to 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de9141464f4..c2e1358619fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 59c24fb237aa..a72cca5ba084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {