summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-25 02:13:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-25 02:13:51 -0300
commit46eacf9a22d91ab3b04c7b0d2b42b51069dbeced (patch)
tree865272f06b7867bbfe0a9f7b2c365241f87aa915 /pcr
parentddc4e1da6f7d5a09ec608a7642ff07cd62b9b0ad (diff)
python2-renpy: fix issues on PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python2-renpy/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/python2-renpy/PKGBUILD b/pcr/python2-renpy/PKGBUILD
index b48551b53..e9f039431 100644
--- a/pcr/python2-renpy/PKGBUILD
+++ b/pcr/python2-renpy/PKGBUILD
@@ -23,6 +23,7 @@ depends=(
# python-argparse is part of distribution since 2.7
makedepends=(
'python2>=2.7'
+ 'ffmpeg'
)
provides="python-$pkgflag=$pkgver"
conflicts=(
@@ -38,7 +39,7 @@ source=(
)
sha512sums=(
- 8ad2299a61d0e2e2c0c08d441459b28a09a3244dfcf173957e3bbbf2d9eb64087c12c05e62438dca815116d9582a136c50d5cceb33796146adc4d9508ac630b1
+ fc8f640cacf1554c969ded2d9c605d4f5c8e14bff6168aa5b4040e59054be46a2b83d6df686bea7e0103a13eaa01d52322d6fa6a34a1dcac90e011e3b5d24a6e
)
build() {