summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdmiringWorm2020-02-29 14:45:29 +0100
committerAdmiringWorm2020-02-29 14:45:29 +0100
commit6357d2a0ecb2d63b3b4a04de7c3170083cd8fc13 (patch)
tree3ae30b58ad7552aa82ecc8a31331ae3c2606ec3d
parentd653f75ba6d258ee6391688292f83b4ba6e2e906 (diff)
downloadaur-6357d2a0ecb2d63b3b4a04de7c3170083cd8fc13.tar.gz
chore: Update package version to 0.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f82904f8d9..e5a9bc80d99d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = edx-dl
pkgdesc = Tool to download videos and lecture materials from Open edX-based sites
- pkgver = 0.1.11
+ pkgver = 0.1.13
pkgrel = 1
url = https://github.com/coursera-dl/edx-dl
arch = any
@@ -11,8 +11,8 @@ pkgbase = edx-dl
depends = youtube-dl
depends = python-requests
conflicts = edx-downloader-git
- source = edx-dl-0.1.11.tar.gz::https://github.com/coursera-dl/edx-dl/archive/0.1.11.tar.gz
- sha512sums = 50b6902f131a99dfba2b41a140989d2d519cd02d25b9184e320454be282912638833c04fb36962c17fc7633c6c48331c00e524cc1908c4c0bc857e00f0200672
+ source = edx-dl-0.1.13.tar.gz::https://github.com/coursera-dl/edx-dl/archive/0.1.13.tar.gz
+ sha512sums = 63641018f282111d4213d924228589eb801ab27aa30e41af2d6c74e4f962500af88947c25a45d50723a49eb458bc0f9047b2ee82e3a979ea4dba762693f08fb3
pkgname = edx-dl
diff --git a/PKGBUILD b/PKGBUILD
index 50effeccb503..41dd4ea384ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=edx-dl
-pkgver=0.1.11
+pkgver=0.1.13
pkgrel=1
pkgdesc='Tool to download videos and lecture materials from Open edX-based sites'
arch=(any)
@@ -16,7 +16,7 @@ depends=(
)
conflicts=(edx-downloader-git)
source=(edx-dl-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('50b6902f131a99dfba2b41a140989d2d519cd02d25b9184e320454be282912638833c04fb36962c17fc7633c6c48331c00e524cc1908c4c0bc857e00f0200672')
+sha512sums=('63641018f282111d4213d924228589eb801ab27aa30e41af2d6c74e4f962500af88947c25a45d50723a49eb458bc0f9047b2ee82e3a979ea4dba762693f08fb3')
package() {
cd edx-dl-$pkgver