summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikola Pavlica2020-04-09 17:03:29 +0200
committerNikola Pavlica2020-04-09 17:03:29 +0200
commit6068b340409ea18c00f46a0748c803e0d936c0fb (patch)
tree0f187d0fd36fb149b7cc93b10f9ea6ba0f547934
parente1fc459c90857d9ee27d5a10b8d086459718b8d4 (diff)
downloadaur-6068b340409ea18c00f46a0748c803e0d936c0fb.tar.gz
add missing dependency
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ca02630551..3c3520de34e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = discordlogin-git
pkgdesc = Login/Token component for use with gtkcord3
pkgver = r11.0634b4d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/diamondburned/discordlogin
arch = any
license = GPL3
makedepends = git
makedepends = go
depends = gtk3
+ depends = webkit2gtk
source = git+https://github.com/diamondburned/discordlogin
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d538fac28f99..c765adffd8a6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=discordlogin-git
_pkgname=discordlogin
pkgver=r11.0634b4d
-pkgrel=1
+pkgrel=2
pkgdesc='Login/Token component for use with gtkcord3'
arch=('any')
url='https://github.com/diamondburned/discordlogin'
license=('GPL3')
-depends=('gtk3')
+depends=('gtk3' 'webkit2gtk')
makedepends=('git' 'go')
source=('git+https://github.com/diamondburned/discordlogin')
sha1sums=('SKIP')