aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadostin Stoyanov2017-04-14 23:20:33 +0100
committerRadostin Stoyanov2017-04-14 23:24:18 +0100
commit1ae7006cc7b461ed8ba995195e866851393978b2 (patch)
tree719b6321ce78f53f18213ed7d6e1ad024d70d4f4
parent3d75b335757e7c5fa806b6fd3b1f359dd80c1ab2 (diff)
parent8b981798b0e640d82160773c1fd96b9e9b9876a0 (diff)
downloadaur-1ae7006cc7b461ed8ba995195e866851393978b2.tar.gz
Imroved description
-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.