summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryce Chidester2016-10-13 11:31:37 -0700
committerBryce Chidester2016-10-13 13:15:09 -0700
commit457c71345702b11af47b486f604a8ce5768bf35c (patch)
tree4c634a500b747f6672990d00a22f357c4e0843a8 /PKGBUILD
parenteea9223a7024791f91e2ee8d4bbc66e520fb17be (diff)
downloadaur-457c71345702b11af47b486f604a8ce5768bf35c.tar.gz
Typo'd the dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b01108ba19e4..15f0aac47ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryce Chidester <bryce@cobryce.com>
pkgname=purple-matrix-git
pkgver=r91.119dd68
-pkgrel=1
+pkgrel=2
pkgdesc="Libpurple protocol plugin for matrix."
arch=('x86' 'x86_64')
url="https://github.com/matrix-org/purple-matrix"
license=('GPL2')
-depends=('libpurple', 'http-parser', 'glib', 'json-glib')
+depends=('libpurple' 'http-parser' 'glib2' 'json-glib')
makedepends=('git')
provides=('purple-matrix')
conflicts=('purple-matrix')