summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimPilotAdamT2024-03-02 19:20:23 +0000
committerSimPilotAdamT2024-03-02 19:20:23 +0000
commit8f542de93553558b9fc8d037fe2e001c632ad89c (patch)
tree519d1cdee394d4ae2ac84e39d1893e1c1d285123
parent939fea440b391d288d88c27c93884e03068d8f71 (diff)
downloadaur-8f542de93553558b9fc8d037fe2e001c632ad89c.tar.gz
Fix compilation, new build system
-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
}