summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539d84152805..101fc61d57f4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = loudgain
depends = ffmpeg
provides = loudgain
provides = rgbpm
+ conflicts = taglib<2
source = loudgain-0.6.8.tar.gz::https://github.com/Moonbase59/loudgain/archive/v0.6.8.tar.gz
source = fix_ffmpeg5.patch
source = fix_mp4-asf.patch
diff --git a/PKGBUILD b/PKGBUILD
index ef84c6c218d9..0e5ac45f160b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/Moonbase59/loudgain"
arch=('i686' 'x86_64')
license=('BSD 2-Clause "Simplified" License')
depends=("taglib1" "libebur128" "ffmpeg")
+conflicts=("taglib<2")
makedepends=('cmake')
provides=('loudgain' 'rgbpm')
source=("loudgain-${_pkgver}.tar.gz::https://github.com/Moonbase59/loudgain/archive/${pkgver}.tar.gz"