summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-05-01 16:31:29 -0300
committerskrewball2022-05-01 16:31:29 -0300
commitb24c86c708e6d70a4fe84f2b51efd13a02ee6949 (patch)
tree7f02952ae28f820a2c74220048af0bf2c09ee605
parent82072bac3c06be3254c4d8194953dfa0311bc09b (diff)
downloadaur-b24c86c708e6d70a4fe84f2b51efd13a02ee6949.tar.gz
updpkg: gnome:blur-my-shell v33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7511892f3d42..b295c3004b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-blur-my-shell
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
- pkgver = 32
+ pkgver = 33
pkgrel = 1
url = https://github.com/aunetx/blur-my-shell
arch = any
license = GPL3
depends = dconf
- depends = gnome-shell>=1:42
+ depends = gnome-shell
conflicts = gnome-shell-extension-blur-my-shell-git
- source = blur-my-shell-32.tar.gz::https://github.com/aunetx/blur-my-shell/archive/refs/tags/v32.tar.gz
- sha256sums = ddd2afe749b119fcf0659393dbc026f11003af5d5d99c264ebbaac990b67df23
+ source = blur-my-shell-33.tar.gz::https://github.com/aunetx/blur-my-shell/archive/refs/tags/v33.tar.gz
+ sha256sums = c32f7bfbada3ec4e70c7bd61e5e7a570c1606c8314b2c389d8afbc4881334a75
pkgname = gnome-shell-extension-blur-my-shell
diff --git a/PKGBUILD b/PKGBUILD
index 37a7b62f3598..b93be0b90bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: skrewball <jason at joickle dot com>
+# Maintainer: skrewball <aur at joickle dot com> gitlab.com/skrewball/aur
# Contributor: malacology <guoyizhang at malacology dot net>
pkgname=gnome-shell-extension-blur-my-shell
_pkgbase=blur-my-shell
-pkgver=32
+pkgver=33
pkgrel=1
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
url="https://github.com/aunetx/blur-my-shell"
license=('GPL3')
-depends=('dconf' 'gnome-shell>=1:42')
+depends=('dconf' 'gnome-shell')
conflicts=('gnome-shell-extension-blur-my-shell-git')
source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ddd2afe749b119fcf0659393dbc026f11003af5d5d99c264ebbaac990b67df23')
+sha256sums=('c32f7bfbada3ec4e70c7bd61e5e7a570c1606c8314b2c389d8afbc4881334a75')
build() {
cd "${_pkgbase}-${pkgver}"