ccsm: fix wrong dependency python3-gobject

This commit is contained in:
CoolOhm 2018-11-15 08:18:01 -08:00 committed by maxice8
parent 5435e16e23
commit 9c537493ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ccsm'
pkgname=ccsm
version=0.8.16
revision=2
revision=3
noarch=yes
build_style=python3-module
hostmakedepends="automake intltool libtool pkg-config python3"
@ -15,6 +15,6 @@ distfiles="https://github.com/compiz-reloaded/ccsm/archive/v${version}.tar.gz>${
checksum=d90af8a7e97b8efe33fbf5a61413e5c62e6c49ea430cd2904bec6bcef0518bed
if [ -z "$CROSS_BUILD" ]; then
depends+=" python-gobject"
depends+=" python3-gobject"
makedepends+=" python-gobject-devel"
fi