summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordbeley2020-08-30 00:24:18 +0200
committerdbeley2020-08-30 00:24:18 +0200
commit7a0201a5ce7943c0d806e5de5590a9dc36505844 (patch)
tree3c8b2c59fc11bc31d89b2b2790e3832fdf3914a6 /PKGBUILD
parent477ec5df20d3e67ecdcb7c82f32ef65a965519a1 (diff)
downloadaur-7a0201a5ce7943c0d806e5de5590a9dc36505844.tar.gz
Bump version, add missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed43827a0ed..c51dc6afdb70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : David Beley <dbeley@protonmail.com>
pkgname=youtube_extract-git
-pkgver=1.3.0
+pkgver=1.3.5
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -12,6 +12,8 @@ depends=(
'python'
'python-setuptools'
'youtube-dl'
+ 'python-pandas'
+ 'python-openpyxl'
)
source=("git+https://github.com/dbeley/${pkgname%-git}")
md5sums=("SKIP")