summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2019-06-23 18:59:38 -0400
committerMayorBender2019-06-23 18:59:38 -0400
commitc204d95ab5105d9abf49f3a986f4f59a70ce7eca (patch)
treea4341b672e876acbdef3f0678ff00d4c1d672da2
parent7f86b5fc01e185ce826514454b95a0d50826c8f1 (diff)
downloadaur-c204d95ab5105d9abf49f3a986f4f59a70ce7eca.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 906d6dd3be68..be4168f23066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = submit50
pkgrel = 1
url = https://github.com/cs50/submit50
arch = any
+ groups = cs50
license = GPL
makedepends = python-setuptools
makedepends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 5e4bf1f3f756..a9db3066dcbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc="This is submit50, with which you can submit solutions to problems for C
arch=('any')
url="https://github.com/cs50/submit50"
license=('GPL')
+groups=('cs50')
depends=('python' 'python-pexpect')
makedepends=('python-setuptools' 'python-pip')