blob: 64ed37b823c552281a6b44929d45678e7f37f5af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Maintainer:
_newpkg='python-openai-whisper-git'
pkgname='whisper-git'
pkgver=1
pkgrel=1
pkgdesc="metapackage - migrate to $_newpkg"
arch=('any')
package() {
depends=("$_newpkg")
}
|