mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/aom to 3.1.2-2
This commit is contained in:
parent
fbecacabb4
commit
8a6671874a
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=aom
|
||||
pkgname=(aom aom-docs)
|
||||
pkgver=3.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Alliance for Open Media video codec"
|
||||
url="https://aomedia.org/"
|
||||
arch=(x86_64)
|
||||
|
@ -25,6 +25,9 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgbase
|
||||
|
||||
# https://bugs.archlinux.org/task/71800
|
||||
git cherry-pick -n 31257f59a1df72cbbd1399efb780d13a0e433b16
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue