mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x265 to 2.4-1
This commit is contained in:
parent
c09e169509
commit
1a1e1f6787
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=2.3
|
||||
pkgver=2.4
|
||||
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)
|
||||
sha256sums=('47520ac3424790168ea5c2db4a3cf12ca4d55a1790720007916652f07af3e41f'
|
||||
sha256sums=('9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729'
|
||||
'c3e80d7261d5fef72bfea5c5dd4613c1e997315dc7d0d9465f99356287a8d46b')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue