summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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