summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTio2023-10-15 01:26:08 +0200
committerTio2023-10-15 01:26:08 +0200
commitc696163f6551b67a2eea14425b63254a008876bb (patch)
treee9591716107c45188b389d8c369b5b5c3e84a318 /PKGBUILD
parente59436bc926249dd8dc78c14d5a0cc741f5bc1fc (diff)
downloadaur-c696163f6551b67a2eea14425b63254a008876bb.tar.gz
added two dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 847a677a817e..f516c9cbd06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=qt5gtk2
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="GTK+2.0 integration plugins for Qt5"
arch=('any')
url="https://github.com/trialuser02/${pkgname}"
license=('GPL')
-depends=('qt5-base')
+depends=('qt5-base' 'gtk2' 'pkgconf')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('d5c76b86baa7eba89db9ac7ab09b3407fb67879f14e7e1c63169e84fa048c337')