summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2019-06-23 18:59:59 -0400
committerMayorBender2019-06-23 18:59:59 -0400
commit1b5a2b867e7bbd843e1c497b6b18fda5f6358314 (patch)
tree4ae32d34e337edecf6bb6f541cf7eff78393e5cc
parentf9be4494d9972df0f42c6fb21f19645fbb748685 (diff)
downloadaur-1b5a2b867e7bbd843e1c497b6b18fda5f6358314.tar.gz
Added cs50 group
-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=(