summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Kazantsev2020-08-12 18:12:41 +0500
committerfraggod@malediction2020-08-12 18:12:41 +0500
commit843ae3d6392dd51bca7007fd747c6f4f5be35d12 (patch)
tree3562e779e9b8d92c9dff598e2bd0a86216f285c4 /PKGBUILD
parent203ffbe360e66742a84befb473e8324480450588 (diff)
downloadaur-843ae3d6392dd51bca7007fd747c6f4f5be35d12.tar.gz
Add gperf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d01a9d974a20..ff107f30b5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=telegram-tdlib-purple-git
pkgver=r275.66f9c98
-pkgrel=3
+pkgrel=4
pkgdesc='libpurple/pidgin Telegram plugin implemented using official tdlib client library.'
arch=(any)
url='https://github.com/ars3niy/tdlib-purple'
license=(GPL2 LGPL2.1 custom:FTL custom:PIX custom:RPD custom:SKIA custom:STB)
-depends=(libpurple libpng libwebp telegram-tdlib)
+depends=(libpurple libpng libwebp telegram-tdlib gperf)
makedepends=(git)
source=($pkgname::git+"$url")
sha256sums=(SKIP)