aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--README.md2
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395424226760..2efe0260de9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = youtube-dl-mp3
- pkgdesc = Downloads videos from YouTube and convert them to mp3.
+ pkgdesc = Convert YouTube videos in HQ audio with mp3 format.
pkgver = 2017.04.14
pkgrel = 1
url = https://github.com/rst0git/youtube-dl-mp3
arch = any
depends = youtube-dl
- options = !strip
source = youtube-dl-mp3
md5sums = d602848d18fdb089736644f16c26ecea
pkgname = youtube-dl-mp3
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d7aed784583..a3911581c919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2017.04.14
_appname=youtube-dl-mp3
_release=2017.04.14
pkgrel=1
-pkgdesc="Downloads videos from YouTube and convert them to mp3."
+pkgdesc="Convert YouTube videos in HQ audio with mp3 format."
arch=('any')
url="https://github.com/rst0git/youtube-dl-mp3"
license=('custom')
@@ -16,5 +16,5 @@ source=(${pkgname})
md5sums=('d602848d18fdb089736644f16c26ecea')
package() {
- install -Dm755 youtube-dl-mp3 "${pkgdir}/usr/bin/youtube-dl-mp3"
+ install -Dm755 youtube-dl-mp3 "${pkgdir}/usr/bin/youtube-dl-mp3"
}
diff --git a/README.md b/README.md
index 6689281b458b..e00e80f0ed56 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-Downloads videos from YouTube and convert them to mp3.
+Convert YouTube videos in HQ audio with mp3 format.