mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/x265 to 2.0-1
This commit is contained in:
parent
46b961a6db
commit
281661beaf
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to attempt fixing ARM hackery by bandwagoning developers
|
||||
|
||||
pkgname=x265
|
||||
pkgver=1.9
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Open Source H265/HEVC video encoder'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ makedepends=('yasm' 'cmake')
|
|||
provides=('libx265.so')
|
||||
source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz"
|
||||
arm.patch)
|
||||
md5sums=('f34a1c4c660ff07511365cb0983cf164'
|
||||
md5sums=('a4f16c0f054f002d6d8c9c6f7fb03026'
|
||||
'4c04f99e474df7f54f0b9db8ee1bb1f6')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue