summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-12 09:25:13 -0700
committerMark Wagie2023-11-12 09:25:13 -0700
commita563f2d1edb37ab3931b0df617e0740c0a57d3d6 (patch)
treeb010d23ff1dbc32cac746596d2251f2b713b1254
parent0cf15f25a5dda9d9bf9572f657c03f85259548af (diff)
downloadaur-a563f2d1edb37ab3931b0df617e0740c0a57d3d6.tar.gz
PR 137 merged
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5603607128dd..f0df76ea54af 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 = 3
+ pkgver = 11.r38.g3f00988
+ pkgrel = 1
url = https://github.com/yilozt/rounded-window-corners
arch = any
license = GPL3
@@ -13,8 +13,6 @@ pkgbase = gnome-shell-extension-rounded-window-corners-git
provides = gnome-shell-extension-rounded-window-corners
conflicts = gnome-shell-extension-rounded-window-corners
source = git+https://github.com/yilozt/rounded-window-corners.git
- source = https://github.com/yilozt/rounded-window-corners/pull/137.patch
sha256sums = SKIP
- sha256sums = 4818fc21d3fc273b486a3eec60d21ef55b3ed8011d5d66210652335bf4b8cdf3
pkgname = gnome-shell-extension-rounded-window-corners-git
diff --git a/PKGBUILD b/PKGBUILD
index dcd46ab3b055..7bc82a545236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=gnome-shell-extension-rounded-window-corners-git
-pkgver=11.r19.g8ec8275
-pkgrel=3
+pkgver=11.r38.g3f00988
+pkgrel=1
pkgdesc="A GNOME Shell extension that adds rounded corners for all windows"
arch=('any')
url="https://github.com/yilozt/rounded-window-corners"
@@ -11,10 +11,8 @@ depends=('gnome-shell')
makedepends=('git' 'gobject-introspection' 'yarn' 'zip')
provides=("${pkgname%-git}")
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'
- '4818fc21d3fc273b486a3eec60d21ef55b3ed8011d5d66210652335bf4b8cdf3')
+source=('git+https://github.com/yilozt/rounded-window-corners.git')
+sha256sums=('SKIP')
pkgver() {
cd rounded-window-corners
@@ -23,9 +21,6 @@ pkgver() {
prepare() {
cd rounded-window-corners
-
- # WIP: Gnome 45 port
- patch -Np1 -i ../137.patch
}
build() {