summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Craig2022-03-07 15:20:14 -0700
committerDaniel Craig2022-03-07 15:20:14 -0700
commited1b52a6ee0184de7ecf246349e3dc0d1d436d3a (patch)
tree75e6cbc5d5e212801be471ea1eec30aa28a4e13c
parent8f0cf91d78a928c803e26e4cac018c78ca7eb6ce (diff)
downloadaur-ed1b52a6ee0184de7ecf246349e3dc0d1d436d3a.tar.gz
updated dependencies to include autoconf/automake
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c06eee3f9619..0a123a2a6ff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = libtorrent-ps-ch
pkgdesc = BitTorrent library written in C++ for use with rtorrent-ps-ch
pkgver = 1.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rakshasa/libtorrent
arch = any
license = GPL2
depends = openssl
+ depends = autoconf
+ depends = automake
provides = libtorrent
conflicts = libtorrent
conflicts = libtorrent-ps
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"