diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-03 19:09:13 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-03 19:09:13 -0300 |
commit | 96f0aa328d7def18d65a49e621abd06ad06105e9 (patch) | |
tree | 448b97881fc9ee5f74fa3c6c189d69cb25f3ec4b /pcr/ffmpeg-static | |
parent | ef76c46b8cdc53619641624481bd342cfad46fca (diff) |
zoneminder and ffmpeg-static: updating packages
Diffstat (limited to 'pcr/ffmpeg-static')
-rw-r--r-- | pcr/ffmpeg-static/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/ffmpeg-static/PKGBUILD b/pcr/ffmpeg-static/PKGBUILD index 592c4a7bf..67ce115bb 100644 --- a/pcr/ffmpeg-static/PKGBUILD +++ b/pcr/ffmpeg-static/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> pkgname=ffmpeg-static -pkgver=0.11.2 +pkgver=1.0 pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution for GNU/Linux, with static library' @@ -17,7 +17,7 @@ makedepends=(yasm libvdpau) provides=(${pkgname%-static}) conflicts=(${pkgname%-static}) source=(http://${pkgname%-static}.org/releases/${pkgname%-static}-$pkgver.tar.bz2) -md5sums=(93c1908022567b321df74db7214da6ac) +md5sums=(3ed526cea20c1bffb5a37f7730f710bd) build() { cd ${pkgname%-static}-$pkgver |