diff options
-rw-r--r-- | abs/extra-testing/rtmpdump/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/rtmpdump/PKGBUILD b/abs/extra-testing/rtmpdump/PKGBUILD index 52050b2..33d90b1 100644 --- a/abs/extra-testing/rtmpdump/PKGBUILD +++ b/abs/extra-testing/rtmpdump/PKGBUILD @@ -3,11 +3,12 @@ pkgname=rtmpdump pkgver=1.2a -pkgrel=1 +pkgrel=2 pkgdesc="A small dumper for media content streamed over the RTMP protocol." arch=('i686' 'x86_64') license=('GPL2') url="http://sourceforge.net/projects/rtmpdump/" +depends=('boost') source=('http://garr.dl.sourceforge.net/sourceforge/rtmpdump/rtmpdump-v1.2a.tar.gz') build() { |