diff options
author | Mark Blakeney | 2018-05-30 11:48:49 +1000 |
---|---|---|
committer | Mark Blakeney | 2018-05-30 11:48:49 +1000 |
commit | 3d79ddb9252fbc54518aacec29ae82f5fcb742b6 (patch) | |
tree | 5c6d5be307f24c73c78cdebfed55285ec5af176a /PKGBUILD | |
parent | eb845f0b749863a63f7f7663e8d54e4f5e35a3fe (diff) | |
download | aur-3d79ddb9252fbc54518aacec29ae82f5fcb742b6.tar.gz |
Remove gtk2 from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgdesc="Skype for Linux - Stable/Release Version" arch=("x86_64") url="http://www.skype.com" license=("custom") -depends=("gtk2" "gtk3" "libxss" "gconf" "alsa-lib" "libxtst" "libsecret" "nss") +depends=("gtk3" "libxss" "gconf" "alsa-lib" "libxtst" "libsecret" "nss") optdepends=("gnome-keyring") conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-preview-bin" "$_pkgname-beta-bin" "skype") provides=("$_pkgname" "skype") |