summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeepjyoti302019-11-17 21:38:52 +0530
committerdeepjyoti302019-11-17 21:38:52 +0530
commit8afaec1036aa4a4d515c8ae0afc23fc1eab426e1 (patch)
treef42185318f22b53dab22bb1604ae00b6c561ee0f
parentebbe6d11f24235818b1745ceb571607e8c626320 (diff)
downloadaur-8afaec1036aa4a4d515c8ae0afc23fc1eab426e1.tar.gz
update: python-itunespy now available.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--ytmdl.install16
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315aec25c8f5..a69dbf6e8799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = ytmdl
pkgver = 2019.11.16
pkgrel = 0
url = https://github.com/deepjyoti30/ytmdl
- install = ytmdl.install
arch = any
license = MIT
makedepends = git
@@ -15,6 +14,7 @@ pkgbase = ytmdl
depends = python-beautifulsoup4
depends = python-colorama
depends = downloader-cli
+ depends = python-itunespy
source = https://github.com/deepjyoti30/ytmdl/archive/2019.11.16.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 92411f622291..1ef28384c94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=(
"python-beautifulsoup4"
"python-colorama"
"downloader-cli"
+ "python-itunespy"
)
makedepends=("git" "python-setuptools")
optdepends=()
@@ -22,7 +23,7 @@ conflicts=()
replaces=()
backup=()
options=()
-install=ytmdl.install
+install=
changelog=
source=("https://github.com/deepjyoti30/ytmdl/archive/2019.11.16.tar.gz")
noextract=()
diff --git a/ytmdl.install b/ytmdl.install
deleted file mode 100644
index a89132344ced..000000000000
--- a/ytmdl.install
+++ /dev/null
@@ -1,16 +0,0 @@
-prompt_itunespy_install() {
- # Echo to the user that they need to install itunespy manually
- echo -e "\033[0;31m"
- echo ""
- echo "Please make sure you install itunespy from https://pypi.org/project/itunespy/ since it is not available in AUR."
- echo -e "\033[0m"
- echo ""
-}
-
-post_install() {
- prompt_itunespy_install
-}
-
-post_upgrade() {
- prompt_itunespy_install
-} \ No newline at end of file