summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFuzzyAtish2021-12-14 17:15:15 +0200
committerFuzzyAtish2021-12-14 17:15:15 +0200
commitc8a5563fb6e2f801fb50c055400b7b51ddbce657 (patch)
tree7bc9fad7d227e5f52f9d0b2e50858d0bccd61c7a
parent7c90bd240137838f1f8c40d66c9f478459e48a3e (diff)
downloadaur-c8a5563fb6e2f801fb50c055400b7b51ddbce657.tar.gz
Update to version 2.0.4-1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e4abfc55a8..f559bdec2166 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 = 2.0.2
- pkgrel = 2
- url = https://github.com/education/classroom-assistant
- arch = x86_64
- license = MIT
- source = https://github.com/education/classroom-assistant/releases/download/v2.0.2/classroom-assistant-2.0.2-1.x86_64.rpm
- md5sums = b78182dbbf701e30851549533dbd8002
+pkgdesc = GitHub Classroom Assistant is a cross-platform desktop application to help you get student repositories for grading.
+pkgver = 2.0.4
+pkgrel = 1
+url = https://github.com/education/classroom-assistant
+arch = x86_64
+license = MIT
+source = https://github.com/education/classroom-assistant/releases/download/v2.0.4/classroom-assistant-2.0.4-1.x86_64.rpm
+md5sums = 4b3cc3ad0cc6cec68a7a26d14be74816
pkgname = classroom-assistant
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
}