summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-25 16:45:36 -0600
committerMark Wagie2024-03-25 16:45:36 -0600
commit0bbedb4685a043285532c4adc59c9b972e0146fe (patch)
tree7ee82c004a409bea7891e28c7040e94b91e112b6
parent9d5b05c4fcaff2b2f2df09214b3ce1feaa344df8 (diff)
downloadaur-0bbedb4685a043285532c4adc59c9b972e0146fe.tar.gz
remove patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f654b215fa7..2bc96d2fce43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-blur-my-shell-git
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
- pkgver = 58.r1.gb2d51e6
+ pkgver = 58.r7.g90b10b2
pkgrel = 1
url = https://github.com/aunetx/blur-my-shell
arch = any
@@ -10,8 +10,6 @@ pkgbase = gnome-shell-extension-blur-my-shell-git
provides = gnome-shell-extension-blur-my-shell
conflicts = gnome-shell-extension-blur-my-shell
source = git+https://github.com/aunetx/blur-my-shell.git
- source = https://github.com/aunetx/blur-my-shell/pull/548.patch
sha256sums = SKIP
- sha256sums = d125d1e009e0ee2c2bae5dc314633730f2d302322e44acfab2b315990ff3c563
pkgname = gnome-shell-extension-blur-my-shell-git
diff --git a/PKGBUILD b/PKGBUILD
index e4298dc7067b..b3361b19d99d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-blur-my-shell-git
-pkgver=58.r1.gb2d51e6
+pkgver=58.r7.g90b10b2
_uuid=blur-my-shell@aunetx
pkgrel=1
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
@@ -11,10 +11,8 @@ depends=('gnome-shell')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/aunetx/blur-my-shell.git'
- 'https://github.com/aunetx/blur-my-shell/pull/548.patch')
-sha256sums=('SKIP'
- 'd125d1e009e0ee2c2bae5dc314633730f2d302322e44acfab2b315990ff3c563')
+source=('git+https://github.com/aunetx/blur-my-shell.git')
+sha256sums=('SKIP')
pkgver() {
cd blur-my-shell
@@ -23,9 +21,6 @@ pkgver() {
prepare() {
cd blur-my-shell
-
- # GNOME 46
- patch -Np1 -i ../548.patch
}
build() {