summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')