upgpkg: aaxtomp3-1.4.1-5: move opdepends to depends

This commit is contained in:
Christian Schendel 2025-09-13 15:33:42 +02:00
parent cbe80526d3
commit 9105d3f508
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 8 additions and 10 deletions

View file

@ -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
)