summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b00c5afffd25..2d056fc58658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telepathy-tank-git
pkgdesc = Matrix connection operator for the Telepathy framework
pkgver = r39.596d523
- pkgrel = 1
+ pkgrel = 2
url = https://telepathy.freedesktop.org/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = telepathy-tank-git
makedepends = cmake
makedepends = git
depends = telepathy-qt-git
- depends = libquotient
+ depends = libquotient-git
provides = telepathy-tank
conflicts = telepathy-tank
conflicts = telepathy-tank-git-wip
diff --git a/PKGBUILD b/PKGBUILD
index 133a4dadd33a..1b6f4da56cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _gitname=telepathy-tank
_branch=aa13q/master
pkgname=telepathy-tank-git
pkgver=r39.596d523
-pkgrel=1
+pkgrel=2
pkgdesc="Matrix connection operator for the Telepathy framework"
arch=(i686 x86_64 armv7h aarch64)
url="https://telepathy.freedesktop.org/"
license=(GPL)
-depends=('telepathy-qt-git' 'libquotient')
+depends=('telepathy-qt-git' 'libquotient-git')
makedepends=(cmake git)
provides=(telepathy-tank)
conflicts=(telepathy-tank telepathy-tank-git-wip)