misc/protobuf: Update DEP.

This will prevent protobuf to download sources from Internet.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-01-05 09:55:41 +07:00
parent 2365b5c760
commit 68711929de

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2
MD5SUM="11aaac2d704eef8efd1867a807865d85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytz python-dateutil"
REQUIRES="pytz python-dateutil python-gflags"
MAINTAINER="M.Dinslage"
EMAIL="daedra1980{at}gmail{dot}com"