summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182021-06-18 12:32:55 +0200
committerLukas18182021-06-18 12:32:55 +0200
commit4b65e75cc457ded40e3952f71f69d7b49b67d3f1 (patch)
treeb1bd6567d9f0a635d76f25e927361c29e4b37c00
parent98ea3f3ea677ccd7b91659a68e8c675cf2f1dc29 (diff)
downloadaur-4b65e75cc457ded40e3952f71f69d7b49b67d3f1.tar.gz
add new dependency python-pdfkit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8d9283d402..c1b264ed6513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sync-my-moodle-git
pkgdesc = a synchronization client for the RWTH Moodle
- pkgver = r121.f65ea92
+ pkgver = r149.2f3bccf
pkgrel = 1
url = https://github.com/Romern/syncMyMoodle
arch = any
@@ -11,6 +11,7 @@ pkgbase = sync-my-moodle-git
depends = python-beautifulsoup4
depends = youtube-dl
depends = python-tqdm
+ depends = python-pdfkit
optdepends = python-secretstorage
source = sync-my-moodle-git::git+https://github.com/Romern/syncMyMoodle.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f168ca8e274b..f1b40a47271d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=sync-my-moodle-git
-pkgver=r121.f65ea92
+pkgver=r149.2f3bccf
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')
+depends=('python>=3.6' 'python-requests' 'python-beautifulsoup4' 'youtube-dl' 'python-tqdm' 'python-pdfkit')
optdepends=('python-secretstorage')
makedepends=('git')
source=("$pkgname::git+https://github.com/Romern/syncMyMoodle.git")