summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"