mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/lirc: Add pygobject3-python3 to REQUIRES
Thanks to Vasil Karadzhov for the heads up\! Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7c357ca96f
commit
6d4c51a1f0
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for lirc
|
||||
|
||||
# Copyright 2009 Murat D. Kadirov <banderols@gmail.com>
|
||||
# Copyright 2015 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2015-2021 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=lirc
|
||||
VERSION=${VERSION:-0.9.3a}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
KERNEL=${KERNEL:-$(uname -r)}
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/lirc/LIRC/0.9.3a/lirc-0.9.3a.
|
|||
MD5SUM="f9ed5dd0684a52c7cd98672e71e81b05"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-PyYAML"
|
||||
REQUIRES="python3-PyYAML pygobject3-python3"
|
||||
MAINTAINER="Jeremy Hansen"
|
||||
EMAIL="jebrhansen+SBo -at- gmail.com"
|
||||
|
|
Loading…
Reference in a new issue