summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3981ef9a19a4..854902879400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotify-tray-git
pkgdesc = Tray icon for the Spotify Linux client application
pkgver = 1.3.2.r0.g99d1fc5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tsmetana/spotify-tray
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d7f172019919..8f51c6013189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Matthew Sexton <wsdmatty@gmail.com>
+# Maintainer: SimPilotAdamT <adam_tazul@outlook.com>
+
pkgname=spotify-tray-git
pkgver=1.3.2.r0.g99d1fc5
-pkgrel=1
+pkgrel=2
pkgdesc="Tray icon for the Spotify Linux client application"
arch=('x86_64')
url="https://github.com/tsmetana/spotify-tray"
@@ -21,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
sed -i -e '/^AM_INIT_AUTOMAKE$/d' configure.ac || die
- ./autogen.sh
+i autoreconf -ivf
./configure --prefix=/usr
make
}