mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
desktop/variety: Update dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a0da083673
commit
9ab297ab4a
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=variety
|
||||
VERSION=${VERSION:-0.8.10}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/varietywalls/variety/archive/0.8.10/variety-0.8.10.
|
|||
MD5SUM="eb931c5344ed3c352ecf0b9ab334ea95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-distutils-extra configobj python2-httplib2"
|
||||
REQUIRES="python-distutils-extra configobj python2-httplib2 BeautifulSoup4"
|
||||
MAINTAINER="Kenneth Chan"
|
||||
EMAIL="kenneth.t.chan@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue