[arch-commits] Commit in aom/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 31 21:19:08 UTC 2021


    Date: Tuesday, August 31, 2021 @ 21:19:08
  Author: heftig
Revision: 422789

3.1.2-2: FS#71800 cherry-pick a crash fix

Modified:
  aom/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 21:03:14 UTC (rev 422788)
+++ PKGBUILD	2021-08-31 21:19:08 UTC (rev 422789)
@@ -4,7 +4,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)
@@ -22,6 +22,9 @@
 
 prepare() {
   cd $pkgbase
+
+  # https://bugs.archlinux.org/task/71800
+  git cherry-pick -n 31257f59a1df72cbbd1399efb780d13a0e433b16
 }
 
 build() {



More information about the arch-commits mailing list