summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMayorBender2021-08-19 21:48:07 -0400
committerMayorBender2021-08-19 21:48:07 -0400
commit3b93ccc3241e3cc68523d6a9936ac2df8b4b7820 (patch)
tree95ea7a9d0e67f3f7e1a068508966599f43f2b3ea /PKGBUILD
parent77966691f747d91c785c1bc6c4f5f6574be6fc5a (diff)
downloadaur-submit50.tar.gz
submit50 v3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80a2e7d07839..0c7e749be1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=submit50
_module='submit50' # PyPI specific
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
pkgdesc="This is submit50, with which you can submit solutions to problems for CS50."
arch=('any')
url="https://github.com/cs50/submit50"
license=('GPL')
groups=('cs50')
-depends=('lib50' 'python' 'python-pexpect')
+depends=('lib50')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('bb3fd00b74d39be92d66ff129e9e9580fefa2e68312be43bd434cda5fe17c618')
+sha256sums=('1eda980ba8fdacc77cd30dfc6cac62248a44e0bab1f7ba2e9d0b38b7d477af8a')
build() {
cd "${srcdir}/${_module}-${pkgver}"