aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a968c85..74f52a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=youtube-dl-git
-pkgver=2014.11.09
+pkgver=2014.11.13.r0.g2d42905
pkgrel=1
pkgdesc='A small command-line program to download videos from YouTube.com and a few more sites'
@@ -21,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd youtube-dl
- git describe | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
prepare() {