summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange2020-12-31 13:33:20 +0100
committerThomas Lange2020-12-31 13:33:20 +0100
commit3aafdf0c0e386f9b0dfc599fdf9487051e143c1a (patch)
tree21f4080ed29feb0b51b2a5f6c88b15159085f622
parent09562f2a36c106d19273a3de24744d36b611fcfe (diff)
downloadaur-3aafdf0c0e386f9b0dfc599fdf9487051e143c1a.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 596aa5c49a11..e9ac95fad104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audacious-plugins-git
pkgdesc = Plugins for Audacious (git version)
- pkgver = 4.0.beta1.r265.gffa26ceb1
+ pkgver = 4.1.beta1.r0.g57cd901ba
pkgrel = 1
epoch = 1
url = https://audacious-media-player.org/
diff --git a/PKGBUILD b/PKGBUILD
index 54d65be34c1a..545709f8d635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _use_meson=0
_pkgname=audacious-plugins
pkgname="$_pkgname-git"
-pkgver=4.0.beta1.r265.gffa26ceb1
+pkgver=4.1.beta1.r0.g57cd901ba
pkgrel=1
epoch=1
pkgdesc="Plugins for Audacious (git version)"
@@ -28,7 +28,7 @@ source=("git://github.com/audacious-media-player/$_pkgname.git")
sha256sums=('SKIP')
if [ "$_use_meson" = 1 ]; then
- makedepends+=('meson')
+ makedepends+=('meson')
fi
pkgver() {
@@ -43,7 +43,7 @@ build() {
arch-meson build
meson compile -C build
else
- autoreconf -I m4
+ ./autogen.sh
./configure --prefix=/usr
make
fi