summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2022-03-05 21:01:37 +0100
committerThomas Lange2022-03-05 21:01:37 +0100
commit5854a5a6d5458e5f16c582dcb40e7c9cf071765a (patch)
tree0e60cbd66d6e0ab7f533765598b1782b6e18fbcb
parenta2fbc7a7c26793cf587a054e63bc7f286fb026e7 (diff)
downloadaur-5854a5a6d5458e5f16c582dcb40e7c9cf071765a.tar.gz
Revert previous workaround
This has been fixed upstream.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084b69dabedb..17719a1fbb16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-plugins-git
pkgdesc = Plugins for Audacious (git version)
- pkgver = 4.2.beta1.r0.g6221ff02d
+ pkgver = 4.2.beta1.r5.gf0c055546
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
diff --git a/PKGBUILD b/PKGBUILD
index a78d78d3f91f..0528b7b361e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _use_meson=0
_pkgname=audacious-plugins
pkgname="$_pkgname-git"
-pkgver=4.2.beta1.r0.g6221ff02d
+pkgver=4.2.beta1.r5.gf0c055546
pkgrel=1
epoch=1
pkgdesc="Plugins for Audacious (git version)"
@@ -40,9 +40,6 @@ pkgver() {
build() {
cd "$_pkgname"
- # Work around build failure due to FFmpeg 5.0 APIs returning const pointers
- CXXFLAGS+=' -fpermissive'
-
if [ "$_use_meson" = 1 ]; then
arch-meson build
meson compile -C build