summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasile Vilvoiu2023-05-06 21:29:23 +0300
committerVasile Vilvoiu2023-05-06 21:30:00 +0300
commitdad9819f0aeec47dee04ee26dfded5929d0b38c1 (patch)
tree251c203da17ab56834a09ccb7e63ddd826bfb222 /PKGBUILD
parent1488a326bda5b62e56041886847ebc7b3a353ed1 (diff)
downloadaur-specgram-git.tar.gz
Remove spdlog as a dependency. Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af574e664a98..16845935dc33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
pkgname=specgram-git
-pkgver=20201229
+pkgver=20230506
pkgrel=1
pkgdesc="Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input."
arch=('x86_64')
url="https://github.com/rimio/specgram"
license=('MIT')
-depends=('sfml' 'spdlog' 'fftw')
+depends=('sfml' 'fftw')
makedepends=('git' 'cmake' 'gcc')
conflicts=('specgram')
source=("git+https://github.com/rimio/specgram.git")