summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasile Vilvoiu2020-12-29 20:23:04 +0200
committerVasile Vilvoiu2020-12-29 20:23:04 +0200
commit0e7ada887f5e3e86cb0e993f4c319c6474c34c6c (patch)
treea62d5775c64109f8959517b9112517613b47f80a
parent8245a98da87ce29bf50695f03d0677abb956b5b8 (diff)
downloadaur-0e7ada887f5e3e86cb0e993f4c319c6474c34c6c.tar.gz
v0.9.0-2: clean empty vars, add conflict with specgram-git
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d8a7ff4422..f2dd2aafdfd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,15 @@
# Maintainer: Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
pkgname=specgram
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
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')
makedepends=('cmake' 'gcc')
-checkdepends=()
-optdepends=()
-backup=()
+conflicts=('specgram-git')
source=("https://github.com/rimio/$pkgname/archive/v$pkgver.tar.gz")
-noextract=()
md5sums=("087db9205c755d7b73fdc10abcb9e226")
build() {