summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph DiGiovanni2024-01-17 02:01:40 -0500
committerJoseph DiGiovanni2024-01-17 02:01:40 -0500
commita816769e42f23d1252ca76ff462d46c77f934e4d (patch)
tree42c4784fb15f65b2e2cfdd28ebf5a59f9506ccf8 /PKGBUILD
parent6963e9eca27d4a3199d21e00f38c219b00517830 (diff)
downloadaur-gnome-shell-extension-fullscreen-to-new-workspace-git.tar.gz
Add provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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