summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-22 13:33:54 -0600
committerMark Wagie2024-04-22 13:33:54 -0600
commit8694e57056d191aa31f76385759a740cb9cb2b5a (patch)
treee776672fc6476d4d811e9c85045b543665162ffd
parent40c4b349120a1bae05c03fd2f7a2a863ee6e15cf (diff)
downloadaur-gnome-shell-extension-blur-my-shell.tar.gz
61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daf50db2beee..9b4ce1c2a8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-blur-my-shell
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
- pkgver = 60
+ pkgver = 61
pkgrel = 1
url = https://github.com/aunetx/blur-my-shell
arch = any
license = MIT
makedepends = git
depends = gnome-shell
- source = git+https://github.com/aunetx/blur-my-shell.git#commit=5ac26249baa9dea04498b86312c52528254971f8
- sha256sums = 0a1fbd9d96b87b1817a831291ac7522014676139fba64ca0a560a56419d94bc8
+ source = git+https://github.com/aunetx/blur-my-shell.git#commit=8cb0e5f2e27ec2b7ff76a96cb9ba11fd9bf79b63
+ sha256sums = 49af097f50ac46d0c8df0fed9d53f8b75dad99ccc44a61b93eb8377c40a19c48
pkgname = gnome-shell-extension-blur-my-shell
diff --git a/PKGBUILD b/PKGBUILD
index 99556d3a52bd..89f9f9eb8f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: malacology <guoyizhang at malacology dot net>
pkgname=gnome-shell-extension-blur-my-shell
_uuid=blur-my-shell@aunetx
-pkgver=60
+pkgver=61
pkgrel=1
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
@@ -11,9 +11,9 @@ url="https://github.com/aunetx/blur-my-shell"
license=('MIT')
depends=('gnome-shell')
makedepends=('git')
-_commit=5ac26249baa9dea04498b86312c52528254971f8 # tags/v60^0
+_commit=8cb0e5f2e27ec2b7ff76a96cb9ba11fd9bf79b63 # tags/v61^0
source=("git+https://github.com/aunetx/blur-my-shell.git#commit=${_commit}")
-sha256sums=('0a1fbd9d96b87b1817a831291ac7522014676139fba64ca0a560a56419d94bc8')
+sha256sums=('49af097f50ac46d0c8df0fed9d53f8b75dad99ccc44a61b93eb8377c40a19c48')
pkgver() {
cd blur-my-shell