summaryrefslogtreecommitdiffstats
path: root/main/rtmpdump
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-31 09:27:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-31 09:27:02 +0000
commit3fd375e4d37ea6150ef5c57d3a8c324ac7e2c502 (patch)
tree0718e2689ee1e0a7d503292464a524521266adcb /main/rtmpdump
parentd39e91cd181469354b1854f630c7a1e3fffc93ba (diff)
downloadaports-3fd375e4d37ea6150ef5c57d3a8c324ac7e2c502.tar.bz2
aports-3fd375e4d37ea6150ef5c57d3a8c324ac7e2c502.tar.xz
main/rtmpdump: linux-headers build fix and reset pkgrel
Diffstat (limited to 'main/rtmpdump')
-rw-r--r--main/rtmpdump/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rtmpdump/APKBUILD b/main/rtmpdump/APKBUILD
index d69e74fc5..b9c49b397 100644
--- a/main/rtmpdump/APKBUILD
+++ b/main/rtmpdump/APKBUILD
@@ -3,14 +3,14 @@
pkgname=rtmpdump
verbase=2.4
pkgver=2.4_git20141231
-pkgrel=2
+pkgrel=0
pkgdesc="A tool to download rtmp:// and rtmpe:// streams"
url="http://rtmpdump.mplayerhq.hu/"
arch="all"
license="GPL"
depends=
depends_dev="zlib-dev openssl-dev"
-makedepends="$depends_dev"
+makedepends="$depends_dev linux-headers"
subpackages="$pkgname-dev $pkgname-doc librtmp"
giturl="git://git.ffmpeg.org/rtmpdump"