summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2021-07-05 11:02:32 -0300
committerRodrigo Bezerra2021-07-05 11:02:32 -0300
commit56134c845440335210c5a9ccfb6a645bd0badd76 (patch)
tree923699d75dd608806077413119c5aab097accf79
parent91dd8d03ce8b17608d8884a2b554e448230b7178 (diff)
downloadaur-56134c845440335210c5a9ccfb6a645bd0badd76.tar.gz
Add lib32-zlib to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa634c16476..6d6ba2d78576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-rtmpdump
pkgdesc = Tool to download rtmp streams (32 bit)
pkgver = 2.4.r96.fa8646d
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = http://rtmpdump.mplayerhq.hu/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = lib32-rtmpdump
license = LGPL2.1
makedepends = git
depends = lib32-gnutls
+ depends = lib32-zlib
depends = rtmpdump
options = !makeflags
source = git+https://git.ffmpeg.org/rtmpdump#commit=fa8646d
sha256sums = SKIP
pkgname = lib32-rtmpdump
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f98b1886eae..9815cc6dc009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=lib32-rtmpdump
pkgver=2.4.r96.fa8646d
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc='Tool to download rtmp streams (32 bit)'
arch=(x86_64)
url='http://rtmpdump.mplayerhq.hu/'
license=(GPL2 LGPL2.1)
-depends=(lib32-gnutls rtmpdump)
+depends=(lib32-gnutls lib32-zlib rtmpdump)
makedepends=(git)
options=(!makeflags)
_commit='fa8646d'