summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f7a41dc811..78b1d3f56457 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 31 13:47:24 UTC 2018
+# Thu May 31 13:49:09 UTC 2018
pkgbase = mtproxy-git
pkgdesc = Proxy server for Telegram messaging app
pkgver = 0.0.0
@@ -9,6 +9,7 @@ pkgbase = mtproxy-git
arch = x86_64
license = GPLv2
license = LGPLv2
+ depends = curl
depends = zlib
backup = etc/mtproxy.conf
source = mtproxy-git::git+https://github.com/TelegramMessenger/MTProxy.git
diff --git a/PKGBUILD b/PKGBUILD
index e947ab0234ec..025e7bb8ab52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgdesc="Proxy server for Telegram messaging app"
arch=('i686' 'x86_64')
url='https://github.com/TelegramMessenger/MTProxy'
license=('GPLv2' 'LGPLv2')
-depends=('zlib')
+depends=('curl' 'zlib')
source=(
"$pkgname::git+https://github.com/TelegramMessenger/MTProxy.git"
mtproxy.conf