summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2016-10-23 17:28:41 -0400
committerAlexandre Demers2016-10-23 17:28:41 -0400
commit149460755073361898357baca67784e95e9c7eb0 (patch)
tree0230abf2fe0cdce1e5b4aadfa0caa92860ff2c88
parent9b92bfc11aa2d05e6f9f208214c252184c13858d (diff)
downloadaur-149460755073361898357baca67784e95e9c7eb0.tar.gz
Fix typo and increase release number
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a19049024cea..77cc2d77fff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=3.1.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -49,7 +49,7 @@ sha256sums=(
build() {
cd ${_pkgbasename}-${pkgver}
- #Patching FFMPEG to compile againt a change in OpenJPEG2 static library until this patch is integrated in next release
+ #Patching FFMPEG to compile against a change in OpenJPEG2 static library until this patch is integrated in next release
patch -p1 < ../ffmpeg_opj2.patch
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"