mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 to 20111001-1
This commit is contained in:
parent
83c8824b17
commit
396d9f426a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $
|
||||
# $Id: PKGBUILD 140060 2011-10-06 07:33:33Z ibiru $
|
||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@archlinux.org>
|
||||
|
@ -9,7 +9,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=x264
|
||||
pkgver=20110617
|
||||
pkgver=20111001
|
||||
pkgrel=1
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ license=('GPL')
|
|||
depends=('glibc')
|
||||
makedepends=('yasm')
|
||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
|
||||
md5sums=('928717aa2f0c7ca91e589d6b60e688f1')
|
||||
md5sums=('dd67dca96ac79e7cb963bfcbf68e017b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
|
||||
|
|
Loading…
Reference in a new issue