summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2022-04-23 16:08:42 +0530
committertxtsd2022-04-23 16:08:42 +0530
commit71d9247057cbc6b2ec48100bd04df77f3f41521d (patch)
treec658847fd60ab91d4120882dce3159cd9ab65e02
parentdf2bfb66360ea66d756242bcfd202a8149bae58c (diff)
downloadaur-71d9247057cbc6b2ec48100bd04df77f3f41521d.tar.gz
Add dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92452f593c55..c9e034526dc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = gtkcord4-git
pkgdesc = Discord client written in go and gtk4
pkgver = r18.3a9dba7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/diamondburned/gtkcord4
arch = any
license = GPL3
makedepends = git
makedepends = go
depends = gtk4
+ depends = gobject-introspection
provides = gtkcord4
conflicts = gtkcord4
source = git+https://github.com/diamondburned/gtkcord4
diff --git a/PKGBUILD b/PKGBUILD
index 48dcc5e9ca5a..6a614c712ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gtkcord4-git
_pkgname=gtkcord4
pkgver=r18.3a9dba7
-pkgrel=2
+pkgrel=3
pkgdesc='Discord client written in go and gtk4'
arch=('any')
url='https://github.com/diamondburned/gtkcord4'
license=('GPL3')
-depends=('gtk4')
+depends=('gtk4' 'gobject-introspection')
provides=('gtkcord4')
conflicts=('gtkcord4')
makedepends=('git' 'go')