summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni2023-12-03 15:16:57 +0100
committeromni2023-12-03 15:16:57 +0100
commit87ad7b14dd2d46f92824f555f564dfd4a3bac1de (patch)
tree0b2ac05e0259a00f9cacd0d40d9e1088982bf5e8
parent4f2217f020eaff20c6c58477898a46c58119c0f8 (diff)
downloadaur-87ad7b14dd2d46f92824f555f564dfd4a3bac1de.tar.gz
fixed
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df5e68274848..601638799908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audex-git
pkgdesc = Audex is an audio grabber tool for CD-ROM drives built with KDE Frameworks
- pkgver = r350.654f484
+ pkgver = r357.80df6d7
pkgrel = 1
url = https://invent.kde.org/multimedia/audex
arch = x86_64
@@ -8,9 +8,10 @@ pkgbase = audex-git
makedepends = git
makedepends = cmake
makedepends = extra-cmake-modules
- depends = libkcddb
+ depends = libkcddb5
depends = kcmutils5
depends = hicolor-icon-theme
+ depends = qt5-script
optdepends = libvorbis
optdepends = flac
optdepends = lame
diff --git a/PKGBUILD b/PKGBUILD
index 67363d6bcaee..ef30845afcd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=audex-git
_gitname=audex
-pkgver=r350.654f484
+pkgver=r357.80df6d7
pkgrel=1
pkgdesc='Audex is an audio grabber tool for CD-ROM drives built with KDE Frameworks'
arch=('x86_64')
url='https://invent.kde.org/multimedia/audex'
license=('GPL')
-depends=('libkcddb' 'kcmutils5' 'hicolor-icon-theme')
+depends=('libkcddb5' 'kcmutils5' 'hicolor-icon-theme' 'qt5-script')
optdepends=('libvorbis' 'flac' 'lame' 'faac' 'python-eyed3')
makedepends=('git' 'cmake' 'extra-cmake-modules')
conflicts=('audex')