summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatoro2018-05-02 09:04:08 -0400
committermatoro2018-05-02 09:04:08 -0400
commit8fedc2bd2a528dd14ddccc6a62441ab81c00ef25 (patch)
treedcb0bc02453cc4f5b3e7f7a49e64d7ce13857efe /PKGBUILD
parent4952117be69242a83f2874ba494960aee280caca (diff)
downloadaur-python2-youtube-dl-git.tar.gz
Bump to 2018.05.01.r5.3cc0d0b82
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fcd198708f1..07146185a6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-youtube-dl-git
_gitname="youtube-dl"
-pkgver=2017.07.09.r0.65c416dda
+pkgver=2018.05.01.r5.3cc0d0b82
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites (git version)"
arch=('any')
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd $srcdir/$_gitname
- make pypi-files
+ PYTHON="$(/usr/bin/which python2)" make pypi-files
}
package() {