summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2021-11-01 23:27:12 -0400
committerMatthew Sexton2021-11-01 23:27:12 -0400
commit939fea440b391d288d88c27c93884e03068d8f71 (patch)
tree4b1260a8f2a68ef2dcd75bd9968ae0ef7cf3c518
parentf16416da7b80239a472619710fa3e564e4d2e6e4 (diff)
downloadaur-939fea440b391d288d88c27c93884e03068d8f71.tar.gz
Fix for AM_INIT_AUTOMAKE being expanded multiple times
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff4834a368a4..3981ef9a19a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spotify-tray-git
pkgdesc = Tray icon for the Spotify Linux client application
- pkgver = 1.2.0.r0.gdb2f164
+ pkgver = 1.3.2.r0.g99d1fc5
pkgrel = 1
url = https://github.com/tsmetana/spotify-tray
arch = x86_64
@@ -14,4 +14,3 @@ pkgbase = spotify-tray-git
md5sums = SKIP
pkgname = spotify-tray-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d8aa5229e3b4..d7f172019919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matthew Sexton <wsdmatty@gmail.com>
pkgname=spotify-tray-git
-pkgver=1.2.0.r0.gdb2f164
+pkgver=1.3.2.r0.g99d1fc5
pkgrel=1
pkgdesc="Tray icon for the Spotify Linux client application"
arch=('x86_64')
@@ -20,6 +20,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
+ sed -i -e '/^AM_INIT_AUTOMAKE$/d' configure.ac || die
./autogen.sh
./configure --prefix=/usr
make