summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacktea2020-07-20 21:23:57 +0800
committerblacktea2020-07-20 21:23:57 +0800
commit7c90bd240137838f1f8c40d66c9f478459e48a3e (patch)
tree538a101b28f575cd6b5d077fa21bb9cf4bbfa937
parent77f2ab749d75e3307bad1098f1a952a6fbb7fece (diff)
downloadaur-7c90bd240137838f1f8c40d66c9f478459e48a3e.tar.gz
Fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fd6d4cd0c7..46e4abfc55a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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 = 1
+ 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.x86_64.rpm
+ source = https://github.com/education/classroom-assistant/releases/download/v2.0.2/classroom-assistant-2.0.2-1.x86_64.rpm
md5sums = b78182dbbf701e30851549533dbd8002
pkgname = classroom-assistant
diff --git a/PKGBUILD b/PKGBUILD
index d24009306366..87d8b4a4ac87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Tomasz Zok
pkgname=classroom-assistant
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
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")
+source=("https://github.com/education/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-1.x86_64.rpm")
md5sums=('b78182dbbf701e30851549533dbd8002')
package() {