summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordbeley2019-11-24 14:00:14 +0100
committerdbeley2019-11-24 14:00:14 +0100
commit84fcfe702a3e98e4c0821adadc1cf225669929bb (patch)
tree31ffb3cddcce2d9ebfc438a29ddc4407267bfd8c /PKGBUILD
parent2b1062b0f04fe13cfccc03085c359fe30fc4864a (diff)
downloadaur-84fcfe702a3e98e4c0821adadc1cf225669929bb.tar.gz
Bump version. Add python-itunespy as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 955cfbaba4ed..4cb36c3463c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : David Beley <dbeley@protonmail.com>
pkgname=ypc-git
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -18,6 +18,7 @@ depends=(
'python-beautifulsoup4'
'python-lxml'
'python-tqdm'
+ 'python-itunespy'
)
source=("git+https://github.com/dbeley/${pkgname%-git}")
md5sums=("SKIP")