network/mps-youtube: Updated for version 0.2.7.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-06-30 02:45:07 +03:00 committed by Willy Sudiarto Raharjo
parent a0cdac6908
commit ade51d5a21
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mps-youtube
VERSION=${VERSION:-0.2.6}
VERSION=${VERSION:-0.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# fix desktop file
patch -p1 < $CWD/desktop.patch

View file

@ -1,8 +1,8 @@
PRGNAM="mps-youtube"
VERSION="0.2.6"
VERSION="0.2.7"
HOMEPAGE="http://github.com/np1/mps-youtube"
DOWNLOAD="https://github.com/np1/mps-youtube/archive/v0.2.6.tar.gz"
MD5SUM="c9899be2d0a11ff4194af7bdeab6d15e"
DOWNLOAD="https://github.com/np1/mps-youtube/archive/v0.2.7.tar.gz"
MD5SUM="e806d83d4f8e7fbe63eb5e4d4322b67c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 Pafy"