summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Demartino2016-01-31 16:52:53 -0300
committerFrancisco Demartino2016-01-31 16:52:53 -0300
commit98331f9dc58db829d2a8c99b38351e17b8f171ae (patch)
tree5ac752ee9ec58ea9993a0f2ceaba5d9d5ace6b6c
parent2467c9b6f6395c887fbb6e4487abf57950a2d9b2 (diff)
downloadaur-98331f9dc58db829d2a8c99b38351e17b8f171ae.tar.gz
depend on libgcrypt instead of openssl
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 353b38565149..9719ca4dd02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/majn/telegram-purple"
license=("GPL")
makedepends=("git")
-depends=('glib2' 'openssl' 'libpurple' 'zlib' 'libwebp')
+depends=('glib2' 'libgcrypt' 'libpurple' 'zlib' 'libwebp')
source=("git+https://github.com/majn/telegram-purple")
sha512sums=('SKIP')