summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsmile2017-05-07 17:36:55 +0000
committerxsmile2017-05-07 17:36:55 +0000
commitaefe65f448ba1ad37cdb4f5ecf44d9aa31c5b26f (patch)
tree5533ef937db70c6921e6a4cab594edba1d6489a5
parentf3e4d503e67c5a531e7c82bbde006df40b9419f7 (diff)
downloadaur-aefe65f448ba1ad37cdb4f5ecf44d9aa31c5b26f.tar.gz
added cppunit as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 263ff7ff5876..2b975b17674c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 1 11:34:43 UTC 2017
+# Sun May 7 17:36:04 UTC 2017
pkgbase = libtorrent-ps
pkgdesc = BitTorrent library written in C++ for use with rtorrent-ps
pkgver = 1.0.r57.gb49dfe3
@@ -7,6 +7,7 @@ pkgbase = libtorrent-ps
url = https://github.com/rakshasa/libtorrent
arch = any
license = GPL
+ makedepends = cppunit
depends = openssl
provides = libtorrent
conflicts = libtorrent
diff --git a/PKGBUILD b/PKGBUILD
index 7d4972052395..dc786e9a094c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/rakshasa/libtorrent'
license=('GPL')
arch=('any')
depends=('openssl')
+makedepends=('cppunit')
provides=('libtorrent')
conflicts=('libtorrent' 'libtorrent-git' 'libtorrent-ipv6' 'libtorrent-ps-git' 'libtorrent-pyro' 'libtorrent-pyro-git')
source=("https://github.com/rakshasa/$_pkgname/archive/$_pkgver.tar.gz"