We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28a3f commit 1dbe6e2Copy full SHA for 1dbe6e2
1 file changed
mingw-w64-aom/PKGBUILD
@@ -1,6 +1,7 @@
1
# Maintainer: wirx6 <wirx654@gmail.com>
2
3
_realname=aom
4
+pkgbase=mingw-w64-${_realname}
5
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6
pkgver=2.0.0
7
pkgrel=1
@@ -16,7 +17,7 @@ makedepends=("perl" "git"
16
17
"${MINGW_PACKAGE_PREFIX}-gcc"
18
"${MINGW_PACKAGE_PREFIX}-yasm"
19
"${MINGW_PACKAGE_PREFIX}-ninja"
- "${MINGW_PACKAGE_PREFIX}-python3")
20
+ "${MINGW_PACKAGE_PREFIX}-python")
21
source=("git+https://aomedia.googlesource.com/aom#tag=v${pkgver}"
22
"fix-lib-dest.patch")
23
sha256sums=('SKIP'
0 commit comments