summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2020-12-31 13:26:06 +0100
committerThomas Lange2020-12-31 13:26:06 +0100
commit5fac5860bd5717d7a968241118dd8c488cf5fb35 (patch)
tree449451d00b96c7b9655f7261806cfb1080b36322
parentcb5f6f22baf3b8bd182f9d2d197c6a198153a563 (diff)
downloadaur-5fac5860bd5717d7a968241118dd8c488cf5fb35.tar.gz
Use autogen.sh instead of autoreconf
Since autoconf 2.70 the command autoreconf fails with this error message: configure.ac: error: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e8c3448ce3..9844177bd736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-git
pkgdesc = Lightweight, advanced audio player focused on audio quality (git version)
- pkgver = 4.0.beta1.r214.g411bcf5e3
+ pkgver = 4.1.beta1.r0.g050f6d12a
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
diff --git a/PKGBUILD b/PKGBUILD
index 148b5c8b4cf7..1313bf7dcb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _buildstamp='Arch Linux'
_pkgname=audacious
pkgname="$_pkgname-git"
-pkgver=4.0.beta1.r214.g411bcf5e3
+pkgver=4.1.beta1.r0.g050f6d12a
pkgrel=1
epoch=1
pkgdesc="Lightweight, advanced audio player focused on audio quality (git version)"
@@ -27,7 +27,7 @@ source=("git://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')
if [ "$_use_meson" = 1 ]; then
- makedepends+=('meson')
+ makedepends+=('meson')
fi
pkgver() {
@@ -42,7 +42,7 @@ build() {
arch-meson build -D buildstamp="$_buildstamp"
meson compile -C build
else
- autoreconf -I m4
+ ./autogen.sh
./configure \
--prefix=/usr \
--with-buildstamp="$_buildstamp"