summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Hofmann2023-08-11 21:46:02 +0200
committerPeter Hofmann2023-08-11 21:46:02 +0200
commitb268bbe975e5fbe4d9ce336b4e5f51eb0d49ad78 (patch)
tree1500fe6d6680bd2e3de79e79c497e8c32c64c5ae /PKGBUILD
parentfad30a992f9a033d93dcae0380d87e31d91af31b (diff)
downloadaur-rtspeccy-git.tar.gz
No longer depends on alsa-lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f63bb51f2b7..3f42a30d3825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Army
_pkgname=rtspeccy
pkgname=$_pkgname-git
-pkgver=15.09.3.g831b1cd
+pkgver=23.07
pkgrel=1
pkgdesc="Real time spectrum analyzer (audio)"
arch=('i686' 'x86_64')
url="https://uninformativ.de/git/rtspeccy"
license=('GPL3')
-depends=('glut' 'alsa-lib' 'fftw' 'mesa')
+depends=('glut' 'fftw' 'mesa')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")