summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a013156293..844599e62457 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-instant-music-git
pkgdesc = Instantly download any song (git version)
- pkgver = 152.7be8812
- pkgrel = 1
+ pkgver = 157.25ab134
+ pkgrel = 2
url = https://github.com/yask123/Instant-Music-Downloader
arch = any
license = unknown
@@ -10,6 +10,7 @@ pkgbase = python-instant-music-git
depends = youtube-dl
depends = python-beautifulsoup4
depends = python-eyed3
+ depends = python-requests
provides = python-instant-music
conflicts = python-instant-music
source = git+https://github.com/yask123/Instant-Music-Downloader.git
diff --git a/PKGBUILD b/PKGBUILD
index 0c2f7c93f926..e6f9d784a96c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
gitname=instant-music
pkgname=python-${gitname}-git
-pkgver=152.7be8812
-pkgrel=1
+pkgver=157.25ab134
+pkgrel=2
pkgdesc="Instantly download any song (git version)"
arch=('any')
url="https://github.com/yask123/Instant-Music-Downloader"
license=("unknown")
makedepends=('git' 'python-setuptools')
-depends=('youtube-dl' 'python-beautifulsoup4' 'python-eyed3')
+depends=('youtube-dl' 'python-beautifulsoup4' 'python-eyed3' 'python-requests')
provides=('python-instant-music')
conflicts=('python-instant-music')
source=("git+https://github.com/yask123/Instant-Music-Downloader.git")