diff options
Diffstat (limited to 'main/rtmpdump/APKBUILD')
-rw-r--r-- | main/rtmpdump/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtmpdump/APKBUILD b/main/rtmpdump/APKBUILD index 94c77c93a..10d44d171 100644 --- a/main/rtmpdump/APKBUILD +++ b/main/rtmpdump/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3 pkgrel=0 pkgdesc="A tool to download rtmp:// and rtmpe:// streams" url="http://rtmpdump.mplayerhq.hu/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="openssl-dev" |