summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 534644b7b79c..4f202d61d150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cosmic-screenshot-git
url = https://github.com/pop-os/cosmic-screenshot
arch = x86_64
arch = aarch64
+ groups = cosmic
license = GPL-3.0-or-later
makedepends = cargo
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index cb98a6b9dac4..00cdaa490636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Utility for capturing screenshots via XDG Desktop Portal"
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/cosmic-screenshot"
license=('GPL-3.0-or-later')
-groups=()
+groups=('cosmic')
depends=(
'xdg-desktop-portal-cosmic-git'
)