summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph DiGiovanni2024-01-17 02:01:40 -0500
committerJoseph DiGiovanni2024-01-17 02:01:40 -0500
commita816769e42f23d1252ca76ff462d46c77f934e4d (patch)
tree42c4784fb15f65b2e2cfdd28ebf5a59f9506ccf8
parent6963e9eca27d4a3199d21e00f38c219b00517830 (diff)
downloadaur-gnome-shell-extension-fullscreen-to-new-workspace-git.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f374433f8662..37da12a3248a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = gnome-shell-extension-fullscreen-to-new-workspace-git
pkgdesc = New, maximized and fullscreen windows will be moved to empty workspaces
pkgver = r44.8237de3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/onsah/fullscreen-to-new-workspace
arch = any
license = GPL3
depends = gnome-shell>=3.38
+ provides = gnome-shell-extension-fullscreen-to-new-workspace
+ conflicts = gnome-shell-extension-fullscreen-to-new-workspace
source = git+https://github.com/onsah/fullscreen-to-new-workspace.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d50a3070f404..6d7f7d86b759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-fullscreen-to-new-workspace-git
pkgver=r44.8237de3
-pkgrel=1
+pkgrel=2
source=("git+https://github.com/onsah/fullscreen-to-new-workspace.git")
@@ -13,6 +13,8 @@ arch=('any')
url="https://github.com/onsah/fullscreen-to-new-workspace"
license=('GPL3')
depends=('gnome-shell>=3.38')
+provides=('gnome-shell-extension-fullscreen-to-new-workspace')
+conflicts=('gnome-shell-extension-fullscreen-to-new-workspace')
_pkgname=fullscreen-to-new-workspace