summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshless2021-01-15 20:03:17 +0100
committerRoshless2021-01-15 20:03:17 +0100
commit80f85f62bdf557fd5cac559905eaf7304a1e64ec (patch)
treef8b5bd45eb48a73ab5f3afd641717d69c5c13898
parent74bfdd46691f04019e287907af6e675513469c5e (diff)
downloadaur-80f85f62bdf557fd5cac559905eaf7304a1e64ec.tar.gz
shitty fix but it works i guess
upstream seems dead so who cares
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f972c061a3a..f6d8073b1171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,14 @@
pkgbase = spek-alternative
pkgdesc = An acoustic spectrum analyser. Fork
pkgver = 0.8.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/withmorten/spek-alternative
- arch = aarch64
- arch = arm
- arch = armv6h
- arch = armv7h
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = intltool
depends = desktop-file-utils
depends = ffmpeg
- depends = wxgtk
+ depends = wxgtk2
provides = spek
conflicts = spek
conflicts = spek-git
diff --git a/PKGBUILD b/PKGBUILD
index c26645b7fa15..0e76e9e99a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Roshless <aur@roshless.com>
pkgname=spek-alternative
pkgver=0.8.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='An acoustic spectrum analyser. Fork'
-arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
+arch=('any')
url='https://github.com/withmorten/spek-alternative'
license=('GPL3')
-depends=('desktop-file-utils' 'ffmpeg' 'wxgtk')
+depends=('desktop-file-utils' 'ffmpeg' 'wxgtk2')
provides=('spek')
conflicts=('spek' 'spek-git')
makedepends=('intltool')
@@ -16,7 +16,7 @@ md5sums=('e7b7ce256e1712b6d22ddbf5892013a5')
build()
{
cd "$pkgname-$pkgver"
- ./autogen.sh
+ ./autogen.sh && 0
./configure --prefix=/usr
make
}