summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormichaelb2020-07-16 16:54:04 +0200
committermichaelb2020-07-16 16:54:04 +0200
commit1918bf430c18437fcfd90b478645ffbf69681cd8 (patch)
treedf40c7d4b502a4683f10b07f8c3d33f877a86f7b
parentab0a82cda4a9c40fb65b8335fffce6b192a03ec4 (diff)
downloadaur-1918bf430c18437fcfd90b478645ffbf69681cd8.tar.gz
patch fix, for song with ' in names and interrupts
tells the user more when interrupting if the cause is youtube-dl encountering one error with a video (usually a yt feature, like "première" or "release soon" videos) but everything else is fine
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a75545f033..09610662a645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = auto-ytdl-git
- pkgdesc = aytdl, a youtube-dl wrapper with automatisation features for music.
- pkgver = 1.0.0
+ pkgdesc = A youtube-dl wrapper with automatisation features. Run from terminal: aytdl
+ pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/michaelb/auto-ytdl
+ url = https://github.com/michael/auto-ytdl
arch = any
license = GPL3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 67b6742a782b..609aad5fb4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Michael Bleuez <michael.bleuez2 at gmail dot com>
pkgname='auto-ytdl-git'
-pkgdesc='aytdl, a youtube-dl wrapper with automatisation features for music.'
-pkgver=1.0.0
+pkgdesc='A youtube-dl wrapper with automatisation features. Run from terminal: aytdl'
+pkgver=1.0.1
pkgrel=1
arch=('any')
-url='https://github.com/michaelb/auto-ytdl'
+url='https://github.com/michael/auto-ytdl'
license=('GPL3')
depends=('ffmpeg' 'youtube-dl')
makedepends=('python-setuptools' 'git')