upgpkg: aaxtomp3-1.4.1-5: move opdepends to depends
This commit is contained in:
parent
cbe80526d3
commit
9105d3f508
2 changed files with 8 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,14 +1,11 @@
|
|||
pkgbase = aaxtomp3
|
||||
pkgdesc = Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
|
||||
pkgver = 1.4.1
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://codeberg.org/doppelhelix/AAXtoMP3
|
||||
arch = any
|
||||
license = WTFPL
|
||||
makedepends = git
|
||||
optdepends = jq: only if --use-audible-cli-data is set or converting an .aaxc file
|
||||
optdepends = mediainfo: adds additional media tags
|
||||
optdepends = libmp4v2
|
||||
source = aaxtomp3-1.4.1::git+https://codeberg.org/doppelhelix/AAXtoMP3.git#tag=v1.4.1?signed
|
||||
validpgpkeys = 47D15FC0F6AD8433CD06B4DF5874D2437CD5BBB3
|
||||
b2sums = 0820e6649459b95ad839a666a7a1c15773dd1642dc15ba044532d28835056a5f16a313eeadd86fe23881695d90a80c06506566e9c423775300e14f54db2953c6
|
||||
|
|
@ -19,6 +16,9 @@ pkgname = aaxtomp3
|
|||
depends = ffmpeg
|
||||
depends = glib2
|
||||
depends = gtk4
|
||||
depends = jq
|
||||
depends = lame
|
||||
depends = libmp4v2
|
||||
depends = mediainfo
|
||||
depends = python
|
||||
depends = python-gobject
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=aaxtomp3
|
||||
pkgver=1.4.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS"
|
||||
url='https://codeberg.org/doppelhelix/AAXtoMP3'
|
||||
arch=(
|
||||
|
|
@ -14,11 +14,6 @@ license=(
|
|||
makedepends=(
|
||||
git
|
||||
)
|
||||
optdepends=(
|
||||
'jq: only if --use-audible-cli-data is set or converting an .aaxc file'
|
||||
'mediainfo: adds additional media tags'
|
||||
'libmp4v2'
|
||||
)
|
||||
source=("${pkgname}-${pkgver}::git+${url}.git#tag=v${pkgver}?signed")
|
||||
validpgpkeys=(
|
||||
'47D15FC0F6AD8433CD06B4DF5874D2437CD5BBB3' # Christian Schendel <doppelhelix@gmail.com>
|
||||
|
|
@ -32,7 +27,10 @@ package() {
|
|||
ffmpeg
|
||||
glib2
|
||||
gtk4
|
||||
jq
|
||||
lame
|
||||
libmp4v2
|
||||
mediainfo
|
||||
python
|
||||
python-gobject
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue