diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:54:54 UTC 2015 +# Mon Jun 1 14:54:55 UTC 2015 pkgbase = youtube-dl-git pkgdesc = A small command-line program to download videos from YouTube.com and a few more sites - pkgver = 2014.11.09 + pkgver = 2014.11.13.r0.g2d42905 pkgrel = 1 url = http://rg3.github.com/ arch = any @@ -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() { |