Skip to content

Commit 1dbe6e2

Browse files
committed
aom: Fix PKGBUILD
1 parent fd28a3f commit 1dbe6e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mingw-w64-aom/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Maintainer: wirx6 <wirx654@gmail.com>
22

33
_realname=aom
4+
pkgbase=mingw-w64-${_realname}
45
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
56
pkgver=2.0.0
67
pkgrel=1
@@ -16,7 +17,7 @@ makedepends=("perl" "git"
1617
"${MINGW_PACKAGE_PREFIX}-gcc"
1718
"${MINGW_PACKAGE_PREFIX}-yasm"
1819
"${MINGW_PACKAGE_PREFIX}-ninja"
19-
"${MINGW_PACKAGE_PREFIX}-python3")
20+
"${MINGW_PACKAGE_PREFIX}-python")
2021
source=("git+https://aomedia.googlesource.com/aom#tag=v${pkgver}"
2122
"fix-lib-dest.patch")
2223
sha256sums=('SKIP'

0 commit comments

Comments
 (0)