summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaargk2023-04-18 14:58:56 +0200
committerVaargk2023-04-18 14:58:56 +0200
commit93ac714fb916f270bd5a5c7057a2476ad015ded5 (patch)
treeeb5bfd76f04e013a450bc13c8cb584c0b49d7382
parent5000d946659b3ed54b0af7f588e00f7232d2844b (diff)
downloadaur-93ac714fb916f270bd5a5c7057a2476ad015ded5.tar.gz
fixed sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d796eb92232..a8b2eb357aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sync-my-l2p
pkgdesc = Sync the Moodle instance of RWTH Aachen University.
pkgver = 2.5.1a
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/rwthmoodle/Sync-my-L2P
arch = x86_64
license = LGPL3
@@ -9,7 +9,7 @@ pkgbase = sync-my-l2p
depends = hicolor-icon-theme
source = Sync-my-L2P-2.5.1.tar.gz::https://github.com/rwthmoodle/Sync-my-L2P/archive/refs/tags/v2.5.1a.tar.gz
source = https://github.com/rwthmoodle/Sync-my-L2P/releases/download/v2.5.1a/SyncMyL2P-2.5.1-linux.AppImage
- sha256sums = 8ea02ca17e0d1e2ef47a310b77f22a66f1478b1602722c89251ca124b37baa97
+ sha256sums = 6412609ec2d56de4adcd714161b8ffd846e8d3f8ba4fedd764059a51561482fd
sha256sums = dcc97bc11b8c05b3b984fda8062c906a7a0f101828d3e95e7f997b9328bd5c40
pkgname = sync-my-l2p
diff --git a/PKGBUILD b/PKGBUILD
index c901b296352e..2fad24b82a62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=Sync-my-L2P
pkgname=sync-my-l2p
pkgver=2.5.1
-pkgrel=4
+pkgrel=5
pkgdesc="Sync the Moodle instance of RWTH Aachen University."
arch=('x86_64')
url="https://github.com/rwthmoodle/Sync-my-L2P"
@@ -10,7 +10,7 @@ license=('LGPL3')
depends=('qt5-base' 'hicolor-icon-theme')
source=("$_realname-$pkgver.tar.gz::https://github.com/rwthmoodle/$_realname/archive/refs/tags/v${pkgver}a.tar.gz"
"https://github.com/rwthmoodle/$_realname/releases/download/v${pkgver}a/SyncMyL2P-$pkgver-linux.AppImage")
-sha256sums=('8ea02ca17e0d1e2ef47a310b77f22a66f1478b1602722c89251ca124b37baa97'
+sha256sums=('6412609ec2d56de4adcd714161b8ffd846e8d3f8ba4fedd764059a51561482fd'
'dcc97bc11b8c05b3b984fda8062c906a7a0f101828d3e95e7f997b9328bd5c40')
prepare() {