summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2021-01-19 18:57:43 +0100
committerThomas Lange2021-01-19 18:57:43 +0100
commit6b0fbdb2641e6cbdbd0156b5bb574b5e145cde76 (patch)
tree2d62cc29471a4adb2a2a60b277738de5cc885f19
parent5fac5860bd5717d7a968241118dd8c488cf5fb35 (diff)
downloadaur-6b0fbdb2641e6cbdbd0156b5bb574b5e145cde76.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 1313bf7dcb33..26c933906d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ build() {
arch-meson build -D buildstamp="$_buildstamp"
meson compile -C build
else
- ./autogen.sh
+ autoreconf
./configure \
--prefix=/usr \
--with-buildstamp="$_buildstamp"