summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-08-24 17:00:46 -0300
committerskrewball2022-08-24 17:00:46 -0300
commitc47537e5917f592a01cf47e055816a00ad2dbbdd (patch)
treed425aa6d1cb81191282c6175f5214ec33411638d
parent7ea44d4725997aa35b53001231642719a148e1fd (diff)
downloadaur-c47537e5917f592a01cf47e055816a00ad2dbbdd.tar.gz
updpkg: gnome:blur-my-shell v42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c9f1143b22..14c4e0d2f948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-blur-my-shell
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
- pkgver = 41
+ pkgver = 42
pkgrel = 1
url = https://github.com/aunetx/blur-my-shell
arch = any
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-blur-my-shell
depends = dconf
depends = gnome-shell
conflicts = gnome-shell-extension-blur-my-shell-git
- source = blur-my-shell-41.tar.gz::https://github.com/aunetx/blur-my-shell/archive/refs/tags/v41.tar.gz
- sha256sums = 2d057f27848b5855f93ab0e300949c0be3f076391743e31a4630269a9a3fd0b9
+ source = blur-my-shell-42.tar.gz::https://github.com/aunetx/blur-my-shell/archive/refs/tags/v42.tar.gz
+ sha256sums = 411b7417141e8f635b3e514c45d3a671ef3d62ce4ded644bf6e717514850c092
pkgname = gnome-shell-extension-blur-my-shell
diff --git a/PKGBUILD b/PKGBUILD
index b771195c2218..dce2993a0ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-blur-my-shell
_pkgbase=blur-my-shell
-pkgver=41
+pkgver=42
pkgrel=1
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
@@ -13,7 +13,7 @@ depends=('dconf' 'gnome-shell')
makedepends=('unzip')
conflicts=('gnome-shell-extension-blur-my-shell-git')
source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2d057f27848b5855f93ab0e300949c0be3f076391743e31a4630269a9a3fd0b9')
+sha256sums=('411b7417141e8f635b3e514c45d3a671ef3d62ce4ded644bf6e717514850c092')
build() {
cd "${_pkgbase}-${pkgver}"