summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2021-01-19 19:00:23 +0100
committerThomas Lange2021-01-19 19:00:23 +0100
commitbb71ccadb03a0cfcc579177e2ec20259bd3931ad (patch)
tree4c36bed0101ed8f2a4abbbcbe8c0e5f14faa14e3
parent3aafdf0c0e386f9b0dfc599fdf9487051e143c1a (diff)
downloadaur-bb71ccadb03a0cfcc579177e2ec20259bd3931ad.tar.gz
Use autoreconf again
This has been fixed upstream. See also: https://redmine.audacious-media-player.org/issues/1052
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 545709f8d635..01f9e109ea46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ build() {
arch-meson build
meson compile -C build
else
- ./autogen.sh
+ autoreconf
./configure --prefix=/usr
make
fi