summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFuzzyAtish2021-12-14 17:15:15 +0200
committerFuzzyAtish2021-12-14 17:15:15 +0200
commitc8a5563fb6e2f801fb50c055400b7b51ddbce657 (patch)
tree7bc9fad7d227e5f52f9d0b2e50858d0bccd61c7a /PKGBUILD
parent7c90bd240137838f1f8c40d66c9f478459e48a3e (diff)
downloadaur-classroom-assistant.tar.gz
Update to version 2.0.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87d8b4a4ac87..31c0a63eab3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: blacktea <blackteahamburger@outlook.com>
+# Maintainer: FuzzyAtish
# Contributor: Tomasz Zok
pkgname=classroom-assistant
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.0.4
+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-1.x86_64.rpm")
-md5sums=('b78182dbbf701e30851549533dbd8002')
+source=("https://github.com/education/$pkgname/releases/download/v$pkgver/classroom-assistant-$pkgver-$pkgrel.$arch.rpm")
+md5sums=('4b3cc3ad0cc6cec68a7a26d14be74816')
+optdepends=('gnome-keyring')
package() {
+ echo "MimeType=x-scheme-handler/x-github-classroom" >> $srcdir/usr/share/applications/classroom-assistant.desktop
mv $srcdir/usr $pkgdir
}