diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 10:51:34 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 10:51:34 -0300 |
commit | 4e08f1fd5366402438696705ffeb6ddc26149049 (patch) | |
tree | e718c186c76b82930ae8a9fda4b6b02ddd17df72 /pcr | |
parent | b2293b643b4b8e5031fd6e14aedb226371ad4b17 (diff) | |
parent | a9a8a7067fef31299cddc4b2628dbf73b398f395 (diff) | |
download | abslibre-4e08f1fd5366402438696705ffeb6ddc26149049.tar.gz abslibre-4e08f1fd5366402438696705ffeb6ddc26149049.tar.bz2 abslibre-4e08f1fd5366402438696705ffeb6ddc26149049.zip |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index f30db0ed2..0a12e4f19 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.07 +pkgver=2013.09.10 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('0128368f02f404d8e15935c0b034f6a0' +md5sums=('1ad831c338c82b97e0b4ef4f62d55a0c' 'SKIP') |