aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadostin Stoyanov2017-04-14 23:20:33 +0100
committerRadostin Stoyanov2017-04-14 23:24:18 +0100
commit1ae7006cc7b461ed8ba995195e866851393978b2 (patch)
tree719b6321ce78f53f18213ed7d6e1ad024d70d4f4 /PKGBUILD
parent3d75b335757e7c5fa806b6fd3b1f359dd80c1ab2 (diff)
parent8b981798b0e640d82160773c1fd96b9e9b9876a0 (diff)
downloadaur-1ae7006cc7b461ed8ba995195e866851393978b2.tar.gz
Imroved description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
}