summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormichaelb2020-07-20 23:40:52 +0200
committermichaelb2020-07-20 23:40:52 +0200
commitb4f1d67f801b7ab7d039fd775c6de9f2c2b663d4 (patch)
treed3e1aa0ec68139c8fb12be098ef487700258b554 /PKGBUILD
parentbd7925616df6dd0be11a0c5e09aeec4d8ca4d742 (diff)
downloadaur-b4f1d67f801b7ab7d039fd775c6de9f2c2b663d4.tar.gz
version 1.1.1 (big changes under the hood)
Some very nice new features, after feedback from the community
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c125c4321e4a..00b04d5c2d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname='auto-ytdl-git'
pkgdesc='A youtube-dl wrapper with automatisation features. Run from terminal: aytdl'
-pkgver=1.0.3.r6.gaebc91b
+pkgver=1.1.1.r4.gf41de72
pkgrel=1
arch=('any')
url='https://github.com/michaelb/auto-ytdl'
license=('GPL3')
-depends=('ffmpeg' 'youtube-dl')
+depends=('ffmpeg' 'youtube-dl' 'kid3-cli' 'python-pip')
makedepends=('python-setuptools' 'git')
+provides=('auto-ytdl')
pkgver() {
cd "${pkgname}"