summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c893c2278fb..d9fd6d4cd0c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = classroom-assistant
pkgdesc = GitHub Classroom Assistant is a cross-platform desktop application to help you get student repositories for grading.
- pkgver = 1.0.5
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/education/classroom-assistant
arch = x86_64
license = MIT
- source = https://github.com/education/classroom-assistant/releases/download/v1.0.5/classroom-assistant-1.0.5.x86_64.rpm
- md5sums = e05da8923cc344fcba15c08cc423fa3e
+ source = https://github.com/education/classroom-assistant/releases/download/v2.0.2/classroom-assistant-2.0.2.x86_64.rpm
+ md5sums = b78182dbbf701e30851549533dbd8002
pkgname = classroom-assistant
diff --git a/PKGBUILD b/PKGBUILD
index fb9bcae74dc0..d24009306366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Tomasz Zok
+# Maintainer: blacktea <blackteahamburger@outlook.com>
+# Contributor: Tomasz Zok
pkgname=classroom-assistant
-pkgver=1.0.5
+pkgver=2.0.2
pkgrel=1
pkgdesc="GitHub Classroom Assistant is a cross-platform desktop application to help you get student repositories for grading."
arch=(x86_64)
url="https://github.com/education/classroom-assistant"
license=('MIT')
source=("https://github.com/education/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.x86_64.rpm")
-md5sums=('e05da8923cc344fcba15c08cc423fa3e')
+md5sums=('b78182dbbf701e30851549533dbd8002')
package() {
mv $srcdir/usr $pkgdir