summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2019-06-23 18:59:50 -0400
committerMayorBender2019-06-23 18:59:50 -0400
commita126aa179ad9e114a1d9db13dcd82d55843787f7 (patch)
tree748cbf26d03790ad8dc2f7ce21fd4bc8206f9515
parent2f8973e25d168dae29cb26bf3251bfa348379233 (diff)
downloadaur-a126aa179ad9e114a1d9db13dcd82d55843787f7.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 8db1e5d421db..b046e10c7787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = style50
pkgrel = 1
url = https://github.com/cs50/style50
arch = any
+ groups = cs50
license = GPL
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 97c46231a584..ac671c272b4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ pkgdesc="This is style50, with which code can be checked against the CS50 style
arch=('any')
url="https://github.com/cs50/style50"
license=('GPL')
+groups=('cs50')
depends=('python' 'autopep8' 'icdiff' 'python-jsbeautifier' 'python-magic-ahupp' 'python-pycodestyle' 'python-termcolor')
makedepends=('python-setuptools')
optdepends=('astyle: To style check C, C++, or Java code')