summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic2022-02-14 14:13:05 +0100
committerDominic2022-02-14 14:13:05 +0100
commitf87c037d717d1e41f4c8e03f10776c46ee83d71d (patch)
treed52e741e41a2e27f559f13e2815f04174185dd08
parentd1afd2c459610eced7278b658ba9023808c0914c (diff)
downloadaur-f87c037d717d1e41f4c8e03f10776c46ee83d71d.tar.gz
yt-dlp dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5fb2e5d5c08..979d7329af29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sync-my-moodle-git
pkgdesc = a synchronization client for the RWTH Moodle
- pkgver = r161.85c9c1e
+ pkgver = r183.d77957e
pkgrel = 1
url = https://github.com/Romern/syncMyMoodle
arch = any
@@ -9,7 +9,7 @@ pkgbase = sync-my-moodle-git
depends = python>=3.6
depends = python-requests
depends = python-beautifulsoup4
- depends = youtube-dl
+ depends = yt-dlp
depends = python-tqdm
depends = python-pdfkit
optdepends = python-secretstorage: For storing your password in your keyring
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")