summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorworkonfire2021-03-21 18:40:54 +0100
committerworkonfire2021-03-21 18:40:54 +0100
commit2a88a91c2deeecb465bcdd8dd4d74d07761cf3b6 (patch)
treebf6d65d8e4970b34837fa4d2f0f86ca6c020b7b7
parent71be5f0daf64a64a05bc532f9e1c8224d29c4f1c (diff)
downloadaur-2a88a91c2deeecb465bcdd8dd4d74d07761cf3b6.tar.gz
Added required dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5338ecbc2ae..b367f08f856d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,15 @@
pkgbase = gadu-gadu
pkgdesc = Gadu-Gadu is a Polish instant messaging client using a proprietary protocol.
pkgver = 12.4.105.12185
- pkgrel = 1
+ pkgrel = 2
url = https://gg.pl
arch = i686
arch = x86_64
license = custom
+ depends = gtk2
+ depends = alsa-lib
+ depends = dbus-glib
+ depends = libxt
optdepends = flashplugin: needed for avatar editor
options = !strip
source = gadu-gadu.desktop::https://raw.githubusercontent.com/oliwier975PL/PKGBUILDs/master/gadu-gadu/gadu-gadu.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 00933f01745d..a89078f4f7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=gadu-gadu
pkgver=12.4.105.12185
-pkgrel=1
+pkgrel=2
pkgdesc="Gadu-Gadu is a Polish instant messaging client using a proprietary protocol."
arch=('i686' 'x86_64')
url="https://gg.pl"
license=('custom')
+depends=('gtk2' 'alsa-lib' 'dbus-glib' 'libxt')
optdepends=('flashplugin: needed for avatar editor')
source=("${pkgname}".desktop::https://raw.githubusercontent.com/oliwier975PL/PKGBUILDs/master/"${pkgname}"/"${pkgname}".desktop
"${pkgname}"::https://raw.githubusercontent.com/oliwier975PL/PKGBUILDs/master/"${pkgname}"/"${pkgname}")