summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-08-25 01:26:22 -0300
committerbtd13372018-08-25 01:26:22 -0300
commit4c427945b8a0a81a32c938e642656337a67afc0f (patch)
treec9df5ace9d2771955a22e8ad9cb5dd16879075b0
parentcbf3379638ece40268cbe7719f6c4aed0eee46d3 (diff)
downloadaur-4c427945b8a0a81a32c938e642656337a67afc0f.tar.gz
update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6859a98c4701..e6f1a1f9d3ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = torrential-git
depends = libnatpmp
depends = libunity
depends = libtransmission
+ depends = libutp
depends = miniupnpc
depends = openssl
provides = torrential
diff --git a/PKGBUILD b/PKGBUILD
index 1731b4a42d72..c3b094505f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
depends=('gtk3' 'vala' 'granite'
'curl' 'libb64' 'libevent' 'libnatpmp' 'libunity' 'libtransmission'
- 'miniupnpc' 'openssl')
+ 'libutp' 'miniupnpc' 'openssl')
optdepends=()
makedepends=('cmake' 'vala' 'git')
provides=("${_gitname}")