summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Craig2022-03-07 15:20:14 -0700
committerDaniel Craig2022-03-07 15:20:14 -0700
commited1b52a6ee0184de7ecf246349e3dc0d1d436d3a (patch)
tree75e6cbc5d5e212801be471ea1eec30aa28a4e13c /PKGBUILD
parent8f0cf91d78a928c803e26e4cac018c78ca7eb6ce (diff)
downloadaur-ed1b52a6ee0184de7ecf246349e3dc0d1d436d3a.tar.gz
updated dependencies to include autoconf/automake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d22e5ec39137..7a239350967e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='BitTorrent library written in C++ for use with rtorrent-ps-ch'
license=('GPL2')
arch=('any')
url='https://github.com/rakshasa/libtorrent'
-depends=('openssl')
+depends=('autoconf' 'automake' 'openssl')
provides=('libtorrent')
conflicts=('libtorrent' 'libtorrent-ps')
source=("https://github.com/rakshasa/$_pkgname/archive/v$_pkgver.tar.gz"