summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic2022-02-14 14:13:05 +0100
committerDominic2022-02-14 14:13:05 +0100
commitf87c037d717d1e41f4c8e03f10776c46ee83d71d (patch)
treed52e741e41a2e27f559f13e2815f04174185dd08 /PKGBUILD
parentd1afd2c459610eced7278b658ba9023808c0914c (diff)
downloadaur-sync-my-moodle-git.tar.gz
yt-dlp dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c9aba56497d..5d6fae88fed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=sync-my-moodle-git
-pkgver=r161.85c9c1e
+pkgver=r183.d77957e
pkgrel=1
pkgdesc="a synchronization client for the RWTH Moodle"
arch=('any')
url="https://github.com/Romern/syncMyMoodle"
license=('GPL3')
-depends=('python>=3.6' 'python-requests' 'python-beautifulsoup4' 'youtube-dl' 'python-tqdm' 'python-pdfkit')
+depends=('python>=3.6' 'python-requests' 'python-beautifulsoup4' 'yt-dlp' 'python-tqdm' 'python-pdfkit')
optdepends=('python-secretstorage: For storing your password in your keyring')
makedepends=('git')
source=("$pkgname::git+https://github.com/Romern/syncMyMoodle.git")