summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fe1a9061dbe..95208e306ed3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = check50
pkgrel = 1
url = https://github.com/cs50/check50
arch = any
+ groups = cs50
license = GPL
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e347f07061d4..bf8fa140ec23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ pkgdesc="This is check50, with which you can check solutions to problems for CS5
arch=('any')
url="https://github.com/cs50/check50"
license=('GPL')
+groups=('cs50');
depends=('python' 'submit50')
makedepends=('python-setuptools')
source=(