summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd3fa15e64df..7dd4966cbb2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
_pkgname=xvidcore
pkgname=lib32-$_pkgname
pkgver=1.3.6
-pkgrel=1
+pkgrel=2
pkgdesc="XviD is an open source MPEG-4 video codec (32-bit)"
arch=('x86_64')
license=('GPL')
url="http://www.xvid.org/"
depends=('lib32-glibc' "$_pkgname")
-makedepends=('nasm')
+makedepends=('lib32-gcc-libs' 'nasm')
provides=('libxvidcore.so')
source=("http://downloads.xvid.com/downloads/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('257a6c73f37091411a027141b8b2a7519523563b677d7a20f4518e0611ff5de41cc9361ace4a04b4a1a5abdff9f2df7e08d26264aad30e0f46abd404ea779e9a')