mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x265 to 0.9-1
This commit is contained in:
parent
7173d8122f
commit
a3957ed8fa
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - patch to attempt fixing ARM hackery by bandwagoning developers
|
# - patch to attempt fixing ARM hackery by bandwagoning developers
|
||||||
|
|
||||||
pkgname=x265
|
pkgname=x265
|
||||||
pkgver=0.8
|
pkgver=0.9
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Open Source H265/HEVC video encoder'
|
pkgdesc='Open Source H265/HEVC video encoder'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('yasm' 'cmake')
|
||||||
url='https://bitbucket.org/multicoreware/x265'
|
url='https://bitbucket.org/multicoreware/x265'
|
||||||
source=($url/get/$pkgver.tar.bz2
|
source=($url/get/$pkgver.tar.bz2
|
||||||
arm.patch)
|
arm.patch)
|
||||||
md5sums=('0c690dfad024e87f6b617e6fc2f354eb'
|
md5sums=('0cc0b0189cf9ed7422aad98633c6de8f'
|
||||||
'9e90fdd64e551be7b76922606d0c8210')
|
'9e90fdd64e551be7b76922606d0c8210')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue