skypetab-ng: fixed 32bit rdeps (found by xdave).
This commit is contained in:
parent
abd01223cb
commit
1ac5e8b191
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'skypetab-ng'
|
||||
pkgname=skypetab-ng
|
||||
version=20140309
|
||||
revision=3
|
||||
version=20140614
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel qt-devel"
|
||||
depends="skype libskypetab-ng-${version}_${revision}"
|
||||
|
@ -12,6 +12,7 @@ license="GPL"
|
|||
|
||||
only_for_archs=i686
|
||||
lib32mode="full"
|
||||
lib32depends="skype-32bit>=0 libskypetab-ng-${version}_${revision}"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/kekekeks/${pkgname}.git"
|
||||
|
|
Loading…
Reference in New Issue