summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-16 13:34:48 -0600
committerMark Wagie2023-10-16 13:34:48 -0600
commit0cf15f25a5dda9d9bf9572f657c03f85259548af (patch)
tree4e94e127b5856295e33b9be695c395f7454ec67b
parent3caa9d9b30e2de7e948636de30eaec213d024678 (diff)
downloadaur-0cf15f25a5dda9d9bf9572f657c03f85259548af.tar.gz
update PR 137 patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f512a5c668..5603607128dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-rounded-window-corners-git
pkgdesc = A GNOME Shell extension that adds rounded corners for all windows
pkgver = 11.r19.g8ec8275
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yilozt/rounded-window-corners
arch = any
license = GPL3
@@ -15,6 +15,6 @@ pkgbase = gnome-shell-extension-rounded-window-corners-git
source = git+https://github.com/yilozt/rounded-window-corners.git
source = https://github.com/yilozt/rounded-window-corners/pull/137.patch
sha256sums = SKIP
- sha256sums = d2e88e6136651610b961e9b0f98e49ffb6e2bf78aad5b239988752b4094cf98f
+ sha256sums = 4818fc21d3fc273b486a3eec60d21ef55b3ed8011d5d66210652335bf4b8cdf3
pkgname = gnome-shell-extension-rounded-window-corners-git
diff --git a/PKGBUILD b/PKGBUILD
index 922308987409..dcd46ab3b055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-rounded-window-corners-git
pkgver=11.r19.g8ec8275
-pkgrel=2
+pkgrel=3
pkgdesc="A GNOME Shell extension that adds rounded corners for all windows"
arch=('any')
url="https://github.com/yilozt/rounded-window-corners"
@@ -14,7 +14,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://github.com/yilozt/rounded-window-corners.git'
'https://github.com/yilozt/rounded-window-corners/pull/137.patch')
sha256sums=('SKIP'
- 'd2e88e6136651610b961e9b0f98e49ffb6e2bf78aad5b239988752b4094cf98f')
+ '4818fc21d3fc273b486a3eec60d21ef55b3ed8011d5d66210652335bf4b8cdf3')
pkgver() {
cd rounded-window-corners